Download the PHP package lauchoit/laravel-hex-mod without Composer

On this page you can find all versions of the php package lauchoit/laravel-hex-mod. 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 laravel-hex-mod

Laravel Hex Mod

โš™๏ธ A modular scaffolding generator for Laravel based on Hexagonal Architecture (Ports & Adapters).

License Packagist Made by LauchoIT


๐Ÿ“ฆ Installation

You can install the package via Composer:

๐Ÿš€ What It Does

This package generates a modular Laravel structure based on Hexagonal Architecture, automating the creation of:

๐Ÿš€ What It Does

This package scaffolds a complete Laravel module following Hexagonal Architecture, including:

๐Ÿงฑ Usage

You can run the command in different ways depending on your needs:

Basic Usage

This command will generate a complete module for Client with default fields attribute1 and attribute2 all string.

With fields Usage

This command will generate a complete module for Client with specific field, if your not provider type, the system makes field with a string type.

With fields and type Usage

The type available are: string, integer, float, boolean, date, datetime, json, longText.

This command will generate a complete module for Client with specific field and type, if your not provider types, the system makes field with a string type.

Without Tests

If you provide the --skip-test option, the generator will skip creating tests for the module.

Route

The generator automatically creates a route file for the module, which you can find in src/Client/Infrastructure/Routes/ClientRoutes.php.

๐Ÿงช Test Coverage

Note: you need to have the phpunit package installed and configured in your Laravel project to run the tests. You need run migratrions before runnig the tests. The generator produces unit and feature tests for:

Run your tests:

๐Ÿ™Œ Made with โค๏ธ by LauchoIT

Feel free to contribute or suggest features via GitHub issues or PRs.

๐Ÿ“œ License

This package is open-sourced software licensed under the MIT license.


All versions of laravel-hex-mod with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
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 lauchoit/laravel-hex-mod contains the following files

Loading the files please wait ....