Published
- 1 min read
create model with controller laravel
The solution for this is noted below
create model with controller laravel
Solution
php artisan make:controller CustomersController --model=Customer
Try other methods by searching on the site. That is if this doesn’t work