📜  laravel make auth - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:27.458000             🧑  作者: Mango

代码示例6
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