This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.
Laravel >=5.1
PHP >= 5.5.9
composer require appzcoder/crud-generator --dev
Go through to the detailed documentation
Fork: Added the ability to generate all component with one command. You can generate Model, Controller, Request and List, Detail and View pages.
Example: php artisan crud:generate MarketingCampaign 'Marketing Campaign' 'marketing_campaign_id' 'marketing_campaign' true --fields=‘marketing_campaign_type_id:select, marketing_campaign_lead_source_id:select, marketing_campaign_status_id:select, name:string, description:text, start_date:date, end_date:date, budget:amount, actual:amount, expected_revenue:amount, expected_response:decimal, active:checkbox'
If you're still looking for easier one then try this Admin Panel
This project is licensed under the MIT License - see the License File for details