在Laravel框架blog中,终端的一些命令

创建控制器php artisan make:controller TestController
数据库迁移php artisan make:migration create_goods_table
实行迁移php artisan migrate
创建模型php artisan make:model BrandModel

posted @ 2022-06-08 16:59  还好阿卡  阅读(58)  评论(0编辑  收藏  举报