i want to add custom methods to my application router. Route::get('email', 'Auth\PasswordController@...
Is it possible import missing Laravel functionality such as db migrations to Lumen?
I have a couple of packages that have controllers and routes. For example the route admin/log points...
I do have this certain file defined in the manifest. But elixir() throws "not defined in asset...
When i run gulp on my server i get this error [06:17:51] Finished 'default' after 1.04 s [06:17:57]...
you cant call paginate on a db query. refer to this for manually creating a paginator. http://larave...
files are deleted by apache/php. make sure the apache user can write to the storage folder (public/s...
composer dump-autoload wont do anything. you can try clearing your config cache with php artisan con...
simple, just run an rsync command for the mysql data folder once in a while. If you have a huge data...
The Laravel portal for problem solving, knowledge sharing and community building.