php artisan make:model Brand -m //建立模型並生成遷移檔案$ php artisan migrate //執行遷移$ php artisan admin:make BrandController ...
確定! 回上一頁