organi/helpers
20,456
| Install | |
|---|---|
composer require organi/helpers |
|
| Latest Version: | 1.6.0 |
| PHP: | ^8.0 |
| License: | MIT |
| Last Updated: | May 13, 2024 |
| Links: | GitHub · Packagist |
Maintainer: organi_rvk
Installation
You can install the package via composer:
composer require organi/helpers
You can publish and run the migrations with:
php artisan vendor:publish --provider="Organi\Helpers\HelpersServiceProvider" --tag="helpers-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="Organi\Helpers\HelpersServiceProvider" --tag="helpers-config"
This is the contents of the published config file:
return [
];
Testing
composer test
Related Packages
prizeless/laravel-5-helpers
Group of common and easy to use base classes for a Laravel 5.1 project
4,886
3