php artisan make:auth just creates some default views. You can edit those or just use your own views instead. But when using make:auth, it will publish it's own views and overwrite any existing ones, so you will need to edit them after.
Dec 17, 2016
3
Level 4
how to make php artisan make:auth command login form with My existing menu bar
Hellow, I got problem like this. I am using laravel app with bootstrap theme and menu bar. now I need some login form to admin for CMS. and I used
php artisan make:auth
now it vanish My existing menu and display php artisan make:auth default dash boad. I do not need this type menu bar I need this log in page when admin write like this in url localhost:8000/login
how can I create this type login form using php artisan make:auth
Please or to participate in this conversation.