F
F
freestm2016-08-15 00:42:26
Laravel
freestm, 2016-08-15 00:42:26

How to redirect all non-registered users to the registration page in Laravel?

How to redirect all non-registered users to the registration page in Laravel?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
riot26, 2016-08-15
@riot26

Authorization check:
laravel.su/docs/5.2/authentication#included-authen...
Redirect with header() in the example:
https://secure.php.net/manual/en/function.header.php
Redirect to Login page if ther user not logged in Laravel:
https://stackoverflow.com/questions/30918270/redir...
Redirect to Login if user not logged in Laravel:
https://stackoverflow.com/questions/28363795/redir.. .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question