Stable Version Downloads Laravel License A simple package that regroup all tools to work in local environment.
Packages Included 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"
If you want to contribute to the project by adding new features or just fix a bug, feel free to do a PR.
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple package that regroup all tools to work in local environment with @laravel.
License
XetaIO/Xetaravel-local
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple package that regroup all tools to work in local environment with @laravel.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published