Support the ongoing development of Laravel.io →
Requests Views
Last updated 1 year ago.
0
Solution

If I understand, you want open some pages when user is not logged yet. Try this:

Route::group(array('before' => 'auth'), function()
{
//put here all routes that needs login
});
//put here the other routes that you want access before the user is logged.
Last updated 9 years ago.
0

#mohammadgholeh Hi Plz Talk To Me. Skype : AhrimanSefid

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

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.