php artisan make:model Asset -m -c -r
Long version of the above command would be:
php artisan make:model Asset --migration --controller --resource
by Valeri Tandilashvili
4 years ago
Laravel
artisan commands
1
Pro tip: use ```triple backticks around text``` to write in code fences