标签:div htm compose 辅助 php art tst pre 模式
辅助脚手架系统: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/
标签:div htm compose 辅助 php art tst pre 模式
原文地址:https://www.cnblogs.com/mingliangge/p/14580800.html