Module Maker is a package which is helpful to create modules with GUI, you can create a module with or without Controllers and View as per your requirement.
hestalabs/modulemaker is a Laravel package for module maker is a package which is helpful to create modules with gui, you can create a module with or without controllers and view as per your requirement..
It currently has 5 GitHub stars and 8 downloads on Packagist (latest version v1.0.2).
Install it with composer require hestalabs/modulemaker.
Discover more Laravel packages by hestalabs
or browse all Laravel packages to compare alternatives.
Last updated
Module Maker is a package which is helpful to create modules with GUI, you can create a module with or without Controllers and View as per your requirements.
Installation:
composer require hestabit/modulemaker
Set your Project path in the .env file.
Ex: APP_PATH ="Your project path"
Like: APP_PATH = "/var/www/html/your project name".
Access at browser or Route:
Url: ServerPath/module
Like: http://localhost:8000/module.
Working:
Output: