Skip to content

Angelo8828/laravel-module-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Module Maker

Developer-friendly, painless and simplistic CRUD Generator for Laravel

  • Generates a complete CRUD with just 1 command using your terminal
  • Allows heavy customization unlike other traditional CRM / CRUD generators
  • Can be utilized for existing and on-going developments based on Laravel
  • Compatible with Laravel 5.5 and above

Usage

To create a CRUD module, just type php artisan make:module <name of module> and presto! This package will generate all the needed routes, migrations, models, controllers and views for your module

Installation

  1. In your Laravel project directory, type composer require angelo8828/laravel-module-maker to include and install the package.
  2. After the installation, type php artisan make-module:install to get the configuration file. The configuration file (module_maker.php) will be placed inside the config directory of your project.

About

Developer-friendly, painless and simplistic CRUD Generator for Laravel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages