You have to change --- AllowOverride None +++ AllowOverride All on httpd.conf. This is for Apache re...
you can use $this->middleware('auth') in your controller __construct method. http://laravel.com/d...
you can use View::share or view()->share but you should use that in boot() function at AppService...
--- return redirect('auth/login'); +++return redirect()->guest('auth/login'); guest function will...
The Laravel portal for problem solving, knowledge sharing and community building.
The community