mhdip's avatar
Level 1

auth:make command default login registration page

I have install fresh laravel 5.6 then i have ran auth:make command for default login registration. but the problem is. after runnin auth:make command it only show html content. front end is not working any. what to do now ??

0 likes
4 replies
AlexDemin's avatar

I guess you need to run migrations:

php artisan migrate

Take a look at the documentation https://laravel.com/docs/5.6/authentication

Want to get started fast? Just run php artisan make:auth and php artisan migrate in a fresh Laravel application. Then, navigate your browser to http://your-app.test/register or any other URL that is assigned to your application. These two commands will take care of scaffolding your entire authentication system!

Snapey's avatar

it only show html content. front end is not working any.

What do you mean by html content? Do you mean there is no css?

mhdip's avatar
Level 1

bro.. problem is not in migration.. front end design is not working in login an registration page. others are fine..

Snapey's avatar

OK, we can try and teach how to create html web page.

First, if you think your page should have styling and it does not, the first thing to ALWAYS do is open your network tools and ensure all assets are being loaded.

Please or to participate in this conversation.