| Install | |
|---|---|
composer require xetaio/xetaravel-local |
|
| Latest Version: | v0.0.1 |
| PHP: | >=5.6.4 |
Xetaravel Local
Stable Version Downloads Laravel License A simple package that regroup all tools to work in local environment.
Packages Included Installation
composer require xetaio/xetaravel-localImport the
LocalEnvironmentServiceProviderin yourconfig/app.php:Xetaio\Local\Providers\LocalEnvironmentServiceProvider::classTo use
Whoops(optional), extend yourapp\Exceptions\HandlertoXetaio\Local\Exceptions\LocalHandler:<?php namespace App\Exceptions; use Exception; use Illuminate\Auth\AuthenticationException; use Xetaio\Local\Exceptions\LocalHandler as ExceptionHandler; class Handler extends ExceptionHandler { // }If you want to change the
DebugBarconfig, you will need to publish the config :php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider"Contribute
If you want to contribute to the project by adding new features or just fix a bug, feel free to do a PR.