it-can / laravel-helpers by IT-Can

My custom Laravel Helpers I use in every Laravel project
13,149
4
2
Package Data
Maintainer Username: IT-Can
Maintainer Contact: info@it-can.nl (Michiel Vugteveen)
Package Create Date: 2018-05-18
Package Last Update: 2024-04-19
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-23 03:14:26
Package Statistics
Total Downloads: 13,149
Monthly Downloads: 269
Daily Downloads: 16
Total Stars: 4
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

MIT License

My custom Laravel 5.6+ Helpers I use in every Laravel project

Travis Packagist Packagist Packagist

Setup

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,
)

Documentation

coming soon...