sprigs/module-creator

A laravel command for module creation

v1.5.0 2024-03-22 14:42 UTC

This package is auto-updated.

Last update: 2024-05-22 15:01:21 UTC


README

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.