Download the PHP package amikavousi/app-maker without Composer
On this page you can find all versions of the php package amikavousi/app-maker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download amikavousi/app-maker
More information about amikavousi/app-maker
Files in amikavousi/app-maker
Package app-maker
Short Description AppMaker, designed to help modularize your Laravel project. With AppMaker, you can easily organize your code and improve your project's scalability.
License MIT
Informations about the package app-maker
AppMaker
With AppMaker You can create the Apps or Modules you want for your Laravel Application.
Version: 2.0.0 dev
Installation
Open your Terminal in your project dir and run:
Usage
1) Now you can use this command for Create new App or Module :
2) You can now see a new directory called 'Module' in your Laravel project where your added apps are located. But before you can access the added apps, you must first add the 'Modules' directory to your composer.json autoload:
!!!! Then Run !!! :
3) To access your added app, you must add your Module Service Provider located at 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:
Comands
after you run php artisan app:add -h
you will see a good documentation about commands and available options:
For Example for add a new Controller to your App you can use this command:
The last word
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]
All versions of app-maker with dependencies
illuminate/console Version ^11.0
illuminate/filesystem Version ^11.0
illuminate/support Version ^11.0
illuminate/validation Version ^11.0
symfony/console Version ^7.0