在Laravel框架blog中,终端的一些命令
创建控制器php artisan make:controller TestController
数据库迁移php artisan make:migration create_goods_table
实行迁移php artisan migrate
创建模型php artisan make:model BrandModel
创建控制器php artisan make:controller TestController
数据库迁移php artisan make:migration create_goods_table
实行迁移php artisan migrate
创建模型php artisan make:model BrandModel