Skip to content

SPRIGS/module-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module skeleton

A Laravel command to generate a module based on our internal architecture.

Installation

This package requires PHP 7.2 and Laravel 5.8 or higher.

Basic installation

You can install this package via composer using:

composer require sprigs/module-creator

The package will automatically register its service provider.

Usage

Execute the command php artisan module:create and follow the instructions.