Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 888 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 888 Bytes

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