PHPackages                             gloudemans/laravel-whoops-css - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. gloudemans/laravel-whoops-css

ActiveLibrary

gloudemans/laravel-whoops-css
=============================

Copy the custom Laravel Whoops resources to the vendor folder.

127CSS

Since Jul 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Crinsane/LaravelWhoopsCSS)[ Packagist](https://packagist.org/packages/gloudemans/laravel-whoops-css)[ RSS](/packages/gloudemans-laravel-whoops-css/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LaravelWhoopsCSS
----------------

[](#laravelwhoopscss)

[![Build Status](https://camo.githubusercontent.com/88dd345ad46b64bebfa4b9bc697d68f68bc67cc7f56ed0c910bb0f4e234b222f/68747470733a2f2f7472617669732d63692e6f72672f4372696e73616e652f4c61726176656c57686f6f70734353532e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Crinsane/LaravelWhoopsCSS)

Would you, like me, like to have the old orange Whoops error page back in you Laravel 4.2 application? This is the package for you!

Installation
------------

[](#installation)

Install the package through [Composer](http://getcomposer.org/). Edit your project's `composer.json` file by adding:

```
"require": {
	"laravel/framework": "4.1.*",
	"gloudemans/laravel-whoops-css": "dev-master"
}
```

Next, run the Composer update command from the Terminal:

```
composer update

```

Now all you have to do is add the service provider of the package and alias the package. To do this open your `app/config/app.php` file.

Add a new line to the `service providers` array:

```
'Gloudemans\LaravelWhoopsCSS\LaravelWhoopsCSSServiceProvider'

```

Now you have access to a new Artisan command to copy the orange css styles back to the Whoops resources directory:

```
php artisan whoops:copy

```

If you want to set your application up to update these styles every time Whoops is updated, add these commands to the `post-install-cmd` and `post-update-cmd`.

```
"post-install-cmd": [
	"php artisan clear-compiled",
	"php artisan whoops:copy",
	"php artisan optimize"
],
"post-update-cmd": [
	"php artisan clear-compiled",
	"php artisan whoops:copy",
	"php artisan optimize"
]

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8f64450ce9237ee1d14d63ba276d0a60e1fd1f3031f39f865bd6f5a0d141b48c?d=identicon)[Crinsane](/maintainers/Crinsane)

---

Top Contributors

[![Crinsane](https://avatars.githubusercontent.com/u/1297781?v=4)](https://github.com/Crinsane "Crinsane (7 commits)")

### Embed Badge

![Health badge](/badges/gloudemans-laravel-whoops-css/health.svg)

```
[![Health](https://phpackages.com/badges/gloudemans-laravel-whoops-css/health.svg)](https://phpackages.com/packages/gloudemans-laravel-whoops-css)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
