Did you try just running it ? php artisan migrate
Dec 9, 2020
6
Level 39
php artisan ui:auth - no migration!?
I setup Laravel8 with Vue3, than ran 'php artisan ui:auth' to setup authentication. The blade files were scafolded but I got no change in the db!
Does anyone see what I missed? Have a other method to setup auth? (I don't use jetstream cause it comes with Vue2)
Level 102
Does the migration already exist? Or did you run the command with --views ?
It should run right here : https://github.com/laravel/ui/blob/3.x/src/AuthCommand.php#L64
Please or to participate in this conversation.