zanixdev/laravel-helpers is a Laravel package for opinionated package of laravel helpers.
It currently has 0 GitHub stars and 574 downloads on Packagist (latest version v0.1.0).
Install it with composer require zanixdev/laravel-helpers.
Discover more Laravel packages by zanixdev
or browse all Laravel packages to compare alternatives.
Last updated
The package provides few commands for faster software development.
You can install this package via Composer. Run the following command to require the package in your Laravel project:
composer require zanixdev/laravel-helpers
To create a new service, run the following command:
php artisan make:service YourService
This command will generate a new service class in the app/Services directory with the specified name.
To create a new enum, run the following command:
php artisan make:enum YourEnum
This command will generate a new enum class in the app/Enums directory with the specified name.
This Laravel package is open-sourced software licensed under the MIT license.