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]...
consider using model events to do this https://laravel.com/docs/5.3/eloquent#events
->select('posts.created_at *') looks wrong it should be ->select('posts.*') so you're sele...
of course according to your middleware, if the user is logged in you will always be redirected to 'f...
you can change the the default env variable names, it will not break the functionality of you appica...
will this work return redirect('/route')->with('jwt', $jwt)
The Laravel portal for problem solving, knowledge sharing and community building.