php artisan make:model Asset -m -c -r
php artisan make:model Asset --migration --controller --resource
Pro tip: use ```triple backticks around text``` to write in code fences