📅  最后修改于: 2022-03-11 14:54:46.783000             🧑  作者: Mango
Laravel's laravel/ui package provides a quick way to scaffold all of the routes and views you need for authentication using a few simple commands:
composer require laravel/ui
php artisan ui vue --auth