B
B
barma0012020-09-06 18:41:11
Laravel
barma001, 2020-09-06 18:41:11

Authentication - What's the difference?

hello,

can you explain the difference


// Generate basic scaffolding...
php artisan ui bootstrap
php artisan ui vue
php artisan ui react

// Generate login / registration scaffolding...
php artisan ui bootstrap --auth
php artisan ui vue --auth
php artisan ui react -- auth

In the documentation for 7.0. it says that to start authentication out of the box, you need to run
php artisan ui vue --auth

The question is why is the vue key specified ?
I assumed that after executing this command and after creating the controllers and view's, vue & axios will be used for login / registration, etc. But I don’t observe this. Please

explain what is the difference and what this or that team is responsible for.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question