輔助腳手架系統:https://jetstream.laravel.com/2.x/introduction.html
inertia:https://inertiajs.com/
1、安裝新項目
laravel new project
1.1、更改中文模式
1.2、配置數據庫信息
2、安裝腳手架系統
cd project
composer require laravel/jetstream
3、安裝inertia
php artisan jetstream:install inertia
4、安裝依賴
npm install
npm run dev
php artisan migrate
5、運行查看
php artisan serve
npm倉庫用:https://registry.npmjs.org/