pingpong-labs / whoops by gravitano

With this package you can get the whoops errors style like the laravel's style in versions 4.0 and 4.1.
255
6
3
Package Data
Maintainer Username: gravitano
Maintainer Contact: pingpong.labs@gmail.com (Pingpong Labs)
Package Create Date: 2014-09-30
Package Last Update: 2015-02-09
Home Page: https://packagist.org/packages/pingpong/whoops
Language: JavaScript
License: BSD-3-Clause
Last Refreshed: 2024-04-23 03:09:10
Package Statistics
Total Downloads: 255
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 6
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

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