AppMaker, designed to help modularize your Laravel project. With AppMaker, you can easily organize your code and improve your project's scalability.
amikavousi/app-maker is a Laravel package for appmaker, designed to help modularize your laravel project. with appmaker, you can easily organize your code and improve your project's scalability..
It currently has 3 GitHub stars and 114 downloads on Packagist (latest version v2.0.21).
Install it with composer require amikavousi/app-maker.
Discover more Laravel packages by amikavousi
or browse all Laravel packages to compare alternatives.
Last updated
With AppMaker You can create the Apps or Modules you want for your Laravel Application.
Version: 2.0.0 dev
Open your Terminal in your project dir and run:
composer require amikavousi/app-maker
php artisan app:make AppName

!!!! Then Run !!! :
composer dump-autoload
Modules/ModulesProvider/ModulesServiceProvider.php class to the app.php file in the 'config' directory:
know your Modules service provider add to ModulesServiceProvider.php automatically.
4) To test your app, simply run php artisan serve in your terminal. Then, open your browser and visit localhost:8000/AppName/AppName. You will see:

after you run php artisan app:add -h you will see a good documentation about commands and available options:
Description:
With this command you can add your Models or Controller or ... to your Apps.
Command Format: php artisan app:add AppName -flag FileName
Usage:
app:add [options] [--] <appName> <name>
Arguments:
appName Your App Dir Name
name Your File name
Options:
-c, --controller Create Controller for your App
-M, --model Create Model for your App
-m, --migration Create migration for your App
-w, --middleware Create Middleware for your App
-d, --validation Create Validation Middleware for your App
For Example for add a new Controller to your App you can use this command:
php artisan app:add AppName -c FileNameForController
-------------------------or--------------------------
php artisan app:add AppName --controller FileName
We sincerely appreciate your consideration in giving us a shining star if you find our efforts valuable. π«Άπ»ππ€
Your support and recognition serve as a true inspiration to us. π€π»π€πΏ
We highly value your feedback and encourage you to share any concerns or suggestions you may have. ππ»
Our commitment is to promptly address any issues and create a delightful experience for you.
Your contributions through pull requests are truly cherished as we work together harmoniously to elevate this project to new heights. π₯
So we conclude that it works π - Kian Pirfalak
Support Email: [email protected]