sprigs/module-creator

A laravel command for module creation

Installs: 2 313

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project

pkg:composer/sprigs/module-creator

v1.6.1 2025-05-01 14:43 UTC

This package is auto-updated.

Last update: 2025-10-01 00:10:59 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.