16、laravel8 + inertia + vue3

辅助脚手架系统: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/

 

上一篇:解决laravel8框架报错 Target class [Admin\IndexController] does not exist


下一篇:不懂 ZooKeeper?没关系,这一篇给你讲的明明白白