About Ravel Authentication

Asked 2 years ago, Updated 2 years ago, 47 views

phpartisan make:auth

In , I made authentication.
What should I type in url to jump to the page where login, register is displayed?

laravel

2022-09-30 20:10

1 Answers

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.


2022-09-30 20:10

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.