Download the PHP package laravelha/generator without Composer

On this page you can find all versions of the php package laravelha/generator. 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 generator

Laravelha Generator

Laravel RAD Package based on Laravel-5-Generators-Extended

Install

After install fresh Laravel application:

  1. Install preset composer require laravelha/preset-api --dev or composer require laravelha/preset-web --dev
  2. Run preset php artisan preset ha-api or php artisan preset ha-web --option=auth
  3. Via composer require laravelha/generator --dev
  4. Run php artisan ha-generator:<COMMAND> <ARGUMENTS> <OPTIONS> to create automatically generated code.
  5. The following commands are available.:

  6. For more information for each command use: php artisan help ha-generator:<COMMAND>

Happy way

This is my approach to use it.

  1. Install laravel fresh application

  2. Make the first commit

  3. Install Laravelha/Preset for your case

  4. Run preset

  5. Make the commit

  6. Install generator and publish config

  7. Run crud generator

  8. Commit then

  9. Run other crud generator

  10. Commit last crud

It is very important that the stage is clean before running the generator, because if you give up what was generated it is possible to undo completely with git clean -fd; git checkout .

Every command generated is store on /storage/logs, if you need detailer each command within crud, use the option --log-details

Auto generated structure

Examples

API api generated from generator
WEB web application generated from generator

Screenshots


All versions of generator with dependencies

PHP Build Version
Package Version
Requires doctrine/dbal Version ^2.10
illuminate/console Version ^8.0
illuminate/filesystem Version ^8.0
illuminate/support Version ^8.0
laravelha/support Version ^1.0
orangehill/iseed Version ^2.6
ext-dom Version *
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 laravelha/generator contains the following files

Loading the files please wait ....