Support the ongoing development of Laravel.io →

ilkeruyank

Joined 2 Mar 2015

Statistics

Threads 0
Replies 4
Solutions 0
Articles 0

ilkeruyank has not posted any threads yet

replied 8 years ago

Laravel 5 / Apache 2.4.9 Configuration problems

You have to change --- AllowOverride None +++ AllowOverride All on httpd.conf. This is for Apache re...

0 Likes
replied 9 years ago

Middleware Auth for Resource Controller

you can use $this->middleware('auth') in your controller __construct method. http://laravel.com/d...

0 Likes
replied 9 years ago

Title From Database

you can use View::share or view()->share but you should use that in boot() function at AppService...

0 Likes
replied 9 years ago

Redirect to previous url after login

--- return redirect('auth/login'); +++return redirect()->guest('auth/login'); guest function will...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.