pingpong/whoops

With this package you can get the whoops errors style like the laravel's style in versions 4.0 and 4.1.
258 6
Install
composer require pingpong/whoops
Latest Version:1.0.2
PHP:>=5.4.0
License:BSD-3-Clause
Last Updated:Feb 9, 2015
Links: GitHub  ·  Packagist
Maintainer: gravitano

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

Related Packages

cristianvuolo/exceptions

Provides A Powerful Error Response System For Both Development And Production

29 0
kamranahmedse/laravel-faulty

A minimal package to assist in returning RESTful exceptions in your APIs.

19,807 65
graham-campbell/exceptions

Provides A Powerful Error Response System For Both Development And Production

1,283,900 587
werxe/whoops-laravel

Whoops integration for Laravel 5.4.

250 2
errorstream/errorstream-laravel

Laravel Package for ErrorStream.com integration

19,777 8