phpartisan make:auth
In , I made authentication.
What should I type in url to jump to the page where login, register is displayed?
What version of Ravel is it?
phpartisan make:auth
If you use , it seems to be before 5.8.
5.8 official document reads as follows, but have you tried it?
Tip!! Do you want to get started quickly? All you have to do is run phpartisan make:auth
and phpartisan migrate
on the Ravel application you just installed.Then go to the http://your-app.test/register
or any other URL that you assigned to the application.These two commands take care of the entire authentication system.
© 2024 OneMinuteCode. All rights reserved.