文章

顯示從 5月, 2023 起發佈的文章

laravel create model with controller with migration

php artisan make:model Customer --migration   php artisan make:controller CustomersController --model=Customer php artisan make:model Todo -mcr