PHPackages                             xetaio/xetaravel-local - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. xetaio/xetaravel-local

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

xetaio/xetaravel-local
======================

A simple package that regroup all tools to work in local environment.

v0.0.1(9y ago)2737MITPHPPHP &gt;=5.6.4

Since May 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/XetaIO/Xetaravel-local)[ Packagist](https://packagist.org/packages/xetaio/xetaravel-local)[ Docs](https://github.com/XetaIO/Xetaravel-local)[ RSS](/packages/xetaio-xetaravel-local/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

> # Xetaravel Local
>
> [](#xetaravel-local)
>
> Stable VersionDownloadsLaravelLicense[![Latest Stable Version](https://camo.githubusercontent.com/ca5cd431fbb497983de3be59f4ec6efd73ecdf97112e714730a21d87ad7b9270/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f58657461494f2f58657461726176656c2d6c6f63616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xetaio/xetaravel-local)[![Total Downloads](https://camo.githubusercontent.com/fdfb6b8056c9e27e98e57794985b64316630febb75a914d1a7ece6d16d38f519/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f78657461696f2f78657461726176656c2d6c6f63616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/xetaio/xetaravel-local)[![Laravel 5.4](https://camo.githubusercontent.com/f0187ad7da27d30b9f707588129a241520d47fa5f62252faabbc934acf7504e1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e342d6634363435662e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/XetaIO/Xetaravel-local/blob/master/LICENSE)A simple package that regroup all tools to work in local environment.
>
> Packages Included[![barryvdh/laravel-debugbar](https://camo.githubusercontent.com/ee4713547d2c5aa1bf59afb59931ebd0119e58358cf36ae2d6fda47e2294cc92/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f62617272797664682532466c61726176656c2e64656275676261722d253545322e332d3434434231322e7376673f7374796c653d666c61742d737175617265)](https://github.com/barryvdh/laravel-debugbar)
> [![filp/whoops](https://camo.githubusercontent.com/04029a364d57000a04ea78ceda67989805f63ef7bc5af63e93c5d144e3ca9f46/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f66696c7025324677686f6f70732d253545322e312d3434434231322e7376673f7374796c653d666c61742d737175617265)](https://github.com/filp/whoops)## Installation
>
> [](#installation)
>
> ```
> composer require xetaio/xetaravel-local
>
> ```
>
>
>
> Import the `LocalEnvironmentServiceProvider` in your `config/app.php`:
>
> ```
> Xetaio\Local\Providers\LocalEnvironmentServiceProvider::class
>
> ```
>
>
>
> To use `Whoops` (optional), extend your `app\Exceptions\Handler` to `Xetaio\Local\Exceptions\LocalHandler`:
>
> ```
>
