Package Data | |
---|---|
Maintainer Username: | Flobbos |
Maintainer Contact: | alexej@helloo.it (Alexej Krzewitzki) |
Package Create Date: | 2017-05-22 |
Package Last Update: | 2019-08-23 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-04 03:22:25 |
Package Statistics | |
---|---|
Total Downloads: | 5,743 |
Monthly Downloads: | 39 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Install and maintain all your helpers in a simple way
Add the package in your composer.json by executing the command.
composer require flobbos/laravel-simple-helper
Register the service provider with your app/config/app.php
Flobbos\LaravelSimpleHelper\LaravelSimpleHelperServiceProvider::class,
Publish the configuration file.
php artisan vendor:publish
By default the package assumes that your helpers live in the app\Helpers directory. You have the option to specify the helpers directory in the config.
The second option is to just load everything that's in the Helpers directory or specify each helper in the config file.
LaravelSimpleHelper is generally compatible with Laravel version 5.X.