Dinesh Uprety
@dineshuprety ·
Public
Generate a complete model set
PHPOriginal CodeSnap example inspired by Laravel News. Source: https://laravel-news.com/eloquent-tips-tricks
PHP
CodeSnap // free canvas
Generate a complete model set
<?php
// Model + migration + factory + seeder + controller.
// Run this command in your terminal:
php artisan make:model Company -mfsc
// Further reading: https://laravel-news.com/eloquent-tips-tricks