xetaio/xetaravel-local

A simple package that regroup all tools to work in local environment.
813 2
Install
composer require xetaio/xetaravel-local
Latest Version:v0.0.1
PHP:>=5.6.4
License:MIT
Last Updated:May 7, 2017
Links: GitHub  ·  Packagist
Maintainer: Xety
Stable Version Downloads Laravel License
Latest Stable Version Total Downloads Laravel 5.4 License

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

Packages Included
barryvdh/laravel-debugbarfilp/whoops

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:

<?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.

Related Packages

yevhenii/seo-module-laravel

Seo tools module. Seo helpers manager package for websites on Laravel and Lumen

94 2
qplot/environment-color

Environment Color for Laravel

44 1
lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users...

19,493,333 2,339
igaster/laravel-theme

Laravel Themes: Asset & Views folder per theme. Theme inheritance. Blade integra...

1,263,205 515
jrenton/laravel-5-scaffold

Fastest way to rapidly scaffold a laravel application

268 4