Skip to content

solracinfl/crud-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel CRUD Generator

Build Status Total Downloads Latest Stable Version License

This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.

Requirements

Laravel >=5.1
PHP >= 5.5.9

Installation

composer require appzcoder/crud-generator --dev

Documentation

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'

Screencast

Screencast

If you're still looking for easier one then try this Admin Panel

Author

Sohel Amin 📧 Email Me

License

This project is licensed under the MIT License - see the License File for details

Packages

No packages published

Languages

  • PHP 88.6%
  • HTML 11.4%