| Package Data | |
|---|---|
| Maintainer Username: | IT-Can |
| Maintainer Contact: | info@it-can.nl (Michiel Vugteveen) |
| Package Create Date: | 2018-05-18 |
| Package Last Update: | 2025-07-09 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-31 03:00:28 |
| Package Statistics | |
|---|---|
| Total Downloads: | 17,771 |
| Monthly Downloads: | 210 |
| Daily Downloads: | 12 |
| Total Stars: | 4 |
| Total Watchers: | 1 |
| 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...