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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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:

composer

!!!! 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:

app.php 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:

test.php

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

PHP Build Version
Package Version
Requires php Version ^8.2.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package amikavousi/app-maker contains the following files

Loading the files please wait ....