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 ??
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!
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.