2017 © Pedro Peláez
 

library xetaravel-local

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

image

xetaio/xetaravel-local

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

  • Monday, May 8, 2017
  • by Xety
  • Repository
  • 1 Watchers
  • 1 Stars
  • 720 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Xetaravel Local

>, (*1)

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., (*2)

Packages Included
barryvdh/laravel-debugbar
filp/whoops

Installation

composer require xetaio/xetaravel-local

Import the LocalEnvironmentServiceProvider in your config/app.php:, (*3)

Xetaio\Local\Providers\LocalEnvironmentServiceProvider::class

To use Whoops (optional), extend your app\Exceptions\Handler to Xetaio\Local\Exceptions\LocalHandler:, (*4)

<?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 :, (*5)

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., (*6)

The Versions

08/05 2017

dev-master

9999999-dev https://github.com/XetaIO/Xetaravel-local

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

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel environment package tools local

08/05 2017

v0.0.1

0.0.1.0 https://github.com/XetaIO/Xetaravel-local

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

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel environment package tools local