Laravel
Laravel is a popular PHP framework, used for the development of MVC web applications.
Here are 19,798 public repositories matching this topic...
-
Updated
Jul 14, 2020 - PHP
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
Jul 17, 2020 - PHP
-
Updated
Jul 17, 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
Jul 13, 2020 - JavaScript
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
-
Updated
Jul 17, 2020 - PHP
-
Updated
Jul 17, 2020 - PHP
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


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.