reenekt/laravel-modules

This package is abandoned and no longer maintained. No replacement package was suggested.

Modules system for Laravel

1.0.0 2019-07-25 07:29 UTC

This package is auto-updated.

Last update: 2022-06-29 08:22:43 UTC


README

Build Status

Modules system for Laravel applications

Table of Contents

Installation

Laravel app

Run following command from your application's folder

composer require "reenekt/laravel-modules"

Installing this package for developing

Clone (or download) this repository

git clone https://github.com/reenekt/laravel-modules.git

Then install composer dependencies

composer install

Usage

Basic usage

Run following command from your Laravel application folder

php artisan module:generate <module_name>

module_name - Name of module

This command will create module folder with default structure in modules folder (default: app/Modules)

Contributing

See CONTRIBUTING file for more information

Credits

Author: reenekt

License

See LICENSE file for more information

TODO list

  • Set up travis ci
  • Publish on packagist
  • Make this repository better (add wiki, make github page, add issue templates and other)