Package Data | |
---|---|
Maintainer Username: | Xety |
Maintainer Contact: | emeric@xeta.io (Xety) |
Package Create Date: | 2017-05-07 |
Package Last Update: | 2017-05-07 |
Home Page: | https://xetaravel.xeta.io |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-18 03:18:33 |
Package Statistics | |
---|---|
Total Downloads: | 737 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 2 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
|Stable Version|Downloads|Laravel|License| |:-------:|:------:|:-------:|:-------:| |||||
A simple package that regroup all tools to work in local environment.
Installation
composer require xetaio/xetaravel-local
Import the
LocalEnvironmentServiceProvider
in yourconfig/app.php
:Xetaio\Local\Providers\LocalEnvironmentServiceProvider::class
To use
Whoops
(optional), extend yourapp\Exceptions\Handler
toXetaio\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
DebugBar
config, 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.