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]...
i haven't used this form builder thingy. if it's creating html5 inputs you can try replacing "m...
you can do this: class Sme extends Model { public static $createFields = ['define', 'fields', 'y...
your apache vhost should be pointed to /writeplan/public not /writeplan. This way you don't have to...
you will need just the children relationship when rendering the view. something like this would do....
Also on your service provider boot method you can do this; $this->loadViewsFrom(['path1', 'path2'...
The Laravel portal for problem solving, knowledge sharing and community building.