pingpong-labs / whoops

Custom whoops error style for Laravel framework.

Home Page:https://packagist.org/packages/pingpong/whoops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom whoops error style for Laravel framework.

With this package you can get the whoops errors style like the laravel's style in versions 4.0, 4.1 and 5.0.

Preview

Whoops

Installation

Via command line :

composer require "pingpong/whoops:1.*"

After the package installed, add new service provider to your providers array.

	'providers' => array(

		// ... 

		'Pingpong\Whoops\WhoopsServiceProvider',

	)

Laravel4

Next, open terminal and publish the package's assets by run :

php artisan asset:publish pingpong/whoops

Done.

License

This package is open-sourced software licensed under The BSD 3-Clause License

About

Custom whoops error style for Laravel framework.

https://packagist.org/packages/pingpong/whoops

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 92.7%Language:CSS 6.3%Language:PHP 0.9%