Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 673 Bytes

introduction.md

File metadata and controls

25 lines (17 loc) · 673 Bytes
currentMenu
introduction

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.