[Laravel] Create model with migration & controller

 

make / create model with migration

 php artisan make:model YourNewModel --migration


create controller

php artisan make:controller MessageController --resource --model=Message




留言

此網誌的熱門文章

《Clean Code 2: Vue 3 檔案/資料夾結構》

[Laravel][ATOMIC] DB::transaction, DB::beginTransaction

[laravel 9] rename project