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]...
hey sorry man. here's my late late reply. The console says "Copied Directory [/vendor/package/A...
did you try running composer dump-autoload ?
is it asking to open the bat file or the laravel shell script file ? i personally don't like the ins...
See my reply on this thread http://laravel.io/forum/03-02-2015-how-to-change-default-database-connec...
I guess you can Route::group(['prefix' => '{' . App::getLocale() . '}'], function() { Route:...
The Laravel portal for problem solving, knowledge sharing and community building.