Published
- 1 min read
create model in laravel command line
The solution for this is noted below
create model in laravel command line
Solution
# Create a new Drink model.
php artisan make:model Drink
Try other methods by searching on the site. That is if this doesn’t work