📜  命令 laravel 用于 php artisan make :auth - PHP 代码示例

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

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