https://blog.csdn.net/qq_35582064/article/details/80041950
月份:2019年12月
laravel 部分命令记录
1.php artisan migrate
2.php artisan migrate:refresh –seed 重置并填充数据库
3.php artisan make:migration create_statuses_table –create=“statuses”
4.php artisan make:model Models/Status
5.php artisan make:controller StatusesController
6.php artisan make:observer UserObserver –model=User
7.php artisan make:request UserRequest
axios POST提交数据的三种请求方式写法
https://segmentfault.com/a/1190000015261229
Axios 异步请求用法解析
https://learnku.com/laravel/t/30148
laravel配置文件重新加载
composer dump-autoload