Download the PHP package erenav/makers without Composer

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

Custom Laravel Make Commands

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Opinionated custom artisan make commands for Laravel applications.

Installation

Install this package via composer using the following command:

Commands

Actions

Action classes simplify application logic by consolidating specific tasks into single classes that can be executed from controllers, jobs, listeners etc. This approach improves code reuse and simplifies maintenance.

Data Transfer Objects (DTOs)

DTOs are used to contain data in a structured way, facilitating data transfer across different layers of an application while keeping the data encapsulated and organized.

Enum

Enums are useful when representing a fixed set of possible values for a variable. They also improve type safety and readability.

Macros

Macros provide a way to add custom methods to existing classes provided by the framework without modifying the framework's source code.

Pipe

Pipes are commonly used for data transformation, validation, or any series of operations that need to be performed in sequence on an object or value.

States

States can represent different statuses or stages of a model, making it easier to handle state transitions and enforce business rules associated with those states.

Value Object

Value objects encapsulate related properties and behavior for a value into a single, immutable object. This pattern enhances code clarity, enforce validation, and promote a more object-oriented approach to managing complex data types.

Note

All commands have access to the --force option. Including this option allows for the override of existing files.

Customize

You can publish the stubs with:

Use the --force option to override previously published stubs.

You can publish the config file with:

Testing

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of makers with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^10.0||^11.0
illuminate/contracts Version ^10.0||^11.0
spatie/laravel-package-tools Version ^1.16
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 erenav/makers contains the following files

Loading the files please wait ....