| currentMenu | introduction |
|---|
Laratools is a collection of useful everyday tools for Laravel which implement common functionality found in many applications.
composer require laratools/laratoolsYou only need to add the service providers and facades if you're using Laravel 5.4 or below. Laravel 5.5 and above will use the auto-discover feature to set this up for you.
'providers' => [
\Laratools\Providers\LaratoolsServiceProvider::class,
],If you discover any security related issues, please email security@iwader.co.uk instead of using the issue tracker.