Laravel

Laravel is a popular PHP framework, used for the development of MVC web applications.
Here are 19,145 public repositories matching this topic...
Under the 'Theme' settings tab you can upload images. It would be great if vector images can be added so it can scale without causing artifacts.
It seems width is too small. It should be set to auto or to some higher value, otherwise model names are not full displayed
Currently the first parameter $base
is a string that could be: top-left
(default), bottom-right
or transparent
as the doc: trim().
There some way to trim by color? In my case, I need trim transparent and/or white color, only. Eg.: trim([ 'transparent', 'white', '#FF0000'])
to trim transparent, white and red. The problem is that first parameter
Yoast SEO is a fairly popular WordPress plugin. I've found the nginxconfig.io breaks the sitemaps on every install I've done.
In /etc/nginx/nginxconfig.io/wordpress.conf
we could add
# WordPress SEO
location = /wp-content/plugins/wordpress-seo/css/main-sitemap.xsl {}
location = /wp-content/plugins/wordpress-seo-premium/css/main-sitemap.xsl {}
Above the # WordPress:
line
// ..
* @return self
* @static
*/
public static function when()
{
}
Instead of * @return mixed
It would be good to specify what version of MySQL is currently supported... I was trying to set it up with mysql 8, and running into all sorts of problems. I know this is written in some places, but it would be nice to have it consistent throughout the README.md and the setup pages. I also saw that there has been some work on postgresql, but no documentation regarding on how to do it. However, I d
The quick start guide for version 1.0.0 suggests in the AuthController to apply the 'auth:api' middleware in the constructor in this manner:
public function __construct(){
$this->middleware('auth:api', ['except' => ['login']]);
}
that means this route: Route::post('refresh', 'AuthController@refresh');
and this method:
public function refresh(){
return $this-
-
Updated
May 26, 2020 - PHP
-
Updated
Apr 30, 2020 - PHP
The accept button on offer pages sent to customers is pretty confusing when IN is set to German.
While not completely false, “zustimmen“ is clearly the wrong word to use here (it's rather equivalent to “agree”). The button should rather say “Angebot annehmen”. (Please note that using only the verb “Annehmen” would very likely still cause the very same confusion!)
Why does this happen?
-
Updated
May 28, 2020 - JavaScript
Feature Request
Is your feature request related to a problem? Please describe.
When reaching a certain scale in users following discussions, the sync
driver can cause xhr calls to time out.
Describe the solution you'd like
We should calculate the number of notifications sent each hour, using the related Model. Once the count reaches a specific threshold we will show a widget
Use php-cs-fixer
I suggest php-cs-fixer for this library
Describe the feature you'd like
1.) After a click on "Move Page" (I'm using another language, if this isn't the correct translation) a new page opens, where a book etc. can be chosen. I think it would be a good idea, to set the focus on
a) the search field, so you can start searching by typing and then
aa) press enter to confirm, if only one result is displayed
ab) press tab to get to t
E.g.:
$router->get('/users/forgot_password', 'UserController@forgotPassword');
or
$router->get('/users/forgot-password', 'UserController@forgotPassword');
or
$router->get('/users/forgotPassword', 'UserController@forgotPassword');
there's no clue in Resource Controllers doc, but I guess forgot-password seems to be the w
-
Updated
May 29, 2020 - PHP
Hey all,
(The black line around the edge shows the edge of the paper/page)
- I have made custom page which doesn't exist, essentially 1/3 of A4 =
DL
paper size, however I overrode this,
See the example, I have us
Hi,
I suppose this is a small bug as in InteractsWithMedia::class the function:
public function getFirstMedia(string $collectionName = 'default', array $filters = []): ?Media
{
$media = $this->getMedia($collectionName, $filters);
return $media->first();
}
enforce $filters
type to array
while InteractsWithMedia::getMedia()
supports $filters
as
Created by Taylor Otwell
Released June 2011
- Organization
- laravel
- Website
- laravel.com
- Wikipedia
- Wikipedia
Hi,
I was looking for a complete documentation of the actual Koel API, but I could not find any in the wiki. Not sure if I missed it somewhere, in such case I am really sorry.
If there is no such documentation, I think adding one somewhere, like in the wiki, would be a great addition!
Thanks!