pingpong/whoops

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

Installs: 255

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 1

Open Issues: 0

Language:JavaScript

1.0.2 2014-10-21 05:10 UTC

This package is not auto-updated.

Last update: 2024-04-22 23:38:27 UTC


README

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