Create Models for Laravel using Artisan tool
// Crete Products Model, Controller and Resources php artisan make:model Products -mcr // Create simple Model php artisan make:model Products