Package Data | |
---|---|
Maintainer Username: | ahuggins |
Maintainer Contact: | andrewhuggins@gmail.com (Andrew Huggins) |
Package Create Date: | 2017-08-25 |
Package Last Update: | 2017-08-29 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-15 15:07:55 |
Package Statistics | |
---|---|
Total Downloads: | 82 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
A simple way to add a customizable helpers.php file to your Laravel application.
composer require ahuggins/helpers
config/app.php
file.AHuggins\Helpers\Providers\HelpersServiceProvider::class,
php artisan vendor:publish --tag=helpers