Pharaonic
Loading...
Modulator

# Why Modulator?

Modulator is a package that provides an easy way to handle your modules [ HMVC ] in Laravel.

# Installation

Install the latest version using Composer.

1composer require pharaonic/laravel-modulator

# New Module

This is how you can create a new module then you will find it in : app/Modules

1php artisan module:make [module-name]

# Delete Module

This is how you can delete an exist module.

1php artisan module:delete [module-name]

# Discover Modules

You can discover all the modules if you change anything manually.

1php artisan module:discover