Introduction

Laratools is a collection of useful everyday tools for Laravel which implement common functionality found in many applications.

Installation

composer require laratools/laratools

You 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,
],

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.