Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 434 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 434 Bytes

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.