algobox / laravel-make-helper
A package to easily create static helper classes for your Laravel application
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/algobox/laravel-make-helper
Requires
- php: ^8.0
- illuminate/console: ^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- phpunit/phpunit: ^11.0
README
Laravel Make Helper is a package designed to streamline the creation of static helper classes in your Laravel application. It allows developers to quickly generate helper classes with a clean and structured approach, reducing the manual effort required for repetitive tasks.
Features
- Quickly generate static helper classes with one command.
- Organized structure for your helpers.
- Fully compatible with Laravel 5.6 to Laravel 11.
Installation
You can install the package using Composer:
composer require usman-zahid/laravel-make-helper