Package Data | |
---|---|
Maintainer Username: | IT-Can |
Maintainer Contact: | info@it-can.nl (Michiel Vugteveen) |
Package Create Date: | 2018-05-18 |
Package Last Update: | 2024-12-03 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-19 03:24:06 |
Package Statistics | |
---|---|
Total Downloads: | 15,183 |
Monthly Downloads: | 361 |
Daily Downloads: | 10 |
Total Stars: | 4 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
MIT License
composer require it-can/laravel-helpers
Laravel 5.6+ will use auto-discovery function.
If using Laravel 5.4 (or don't use auto-discovery) you will need to include the service provider in config/app.php
.
'providers' => array(
// ...
ITCAN\LaravelHelpers\GlobalHelpersServiceProvider::class,
)
coming soon...