Looking to hire Laravel developers? Try LaraJobs

laravel-modules maintained by reenekt

Description
Modules system for Laravel
Author
Last update
2019/07/25 09:29 (dev-master)
License
Downloads
6
Tags

Comments
comments powered by Disqus

laravel-modules

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)