PHPackages                             genealabs/laravel-whoops-atom - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. genealabs/laravel-whoops-atom

AbandonedArchivedLibrary[Debugging &amp; Profiling](/categories/debugging)

genealabs/laravel-whoops-atom
=============================

Open Whoops Stack Trace in Atom Editor.

0.2.1(8y ago)34711MITPHPPHP &gt;=7.0.0

Since Dec 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/GeneaLabs/laravel-whoops-atom)[ Packagist](https://packagist.org/packages/genealabs/laravel-whoops-atom)[ RSS](/packages/genealabs-laravel-whoops-atom/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

[![laravel-whoops-atom](https://user-images.githubusercontent.com/1791050/33916828-cc12f3dc-df5f-11e7-94fd-1eabda15613c.png)](https://user-images.githubusercontent.com/1791050/33916828-cc12f3dc-df5f-11e7-94fd-1eabda15613c.png)

Whoops-Atom for Laravel
=======================

[](#whoops-atom-for-laravel)

[![Join the chat at https://gitter.im/GeneaLabs/laravel-whoops-atom](https://camo.githubusercontent.com/20973a8aa0e5bbc7a28b96000287e4b956e85bdde3c1124dc9983d006bbe11cf/68747470733a2f2f6261646765732e6769747465722e696d2f47656e65614c6162732f6c61726176656c2d77686f6f70732d61746f6d2e737667)](https://gitter.im/GeneaLabs/laravel-whoops-atom?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[![SensioLabs Insight](https://camo.githubusercontent.com/50b01ede0586fa42ccef4d83c97c19f16549287685fe3a379df85219024bcb15/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f38613833326466642d663836642d343464642d623135632d3839616433323461353461322e737667)](https://insight.sensiolabs.com/projects/8a832dfd-f86d-44dd-b15c-89ad324a54a2/analyses/latest)[![Scrutinizer](https://camo.githubusercontent.com/aea6e8464d48976f3ba5428428ed97cdd6e2d526d11f99dddc52375ecd924073/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f47656e65614c6162732f6c61726176656c2d77686f6f70732d61746f6d2e737667)](https://scrutinizer-ci.com/g/GeneaLabs/laravel-whoops-atom/)[![GitHub (pre-)release](https://camo.githubusercontent.com/c2789e5afd7b6d50c9581fc5fa8e95e1192d6914fa47f07c425f2f65a8d0470b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f47656e65614c6162732f6c61726176656c2d77686f6f70732d61746f6d2f616c6c2e737667)](https://github.com/GeneaLabs/laravel-whoops-atom)[![Packagist](https://camo.githubusercontent.com/c6b0809e89992f45276a3bb93a4c34fbd20b32c9f76b215fda8cb9dd484ee710/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f47656e65614c6162732f6c61726176656c2d77686f6f70732d61746f6d2e737667)](https://packagist.org/packages/genealabs/laravel-whoops-atom)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/GeneaLabs/laravel-whoops-atom/master/LICENSE)

Goal
----

[](#goal)

Provide a method to open stack trace files from the Whoops error page, like is available for some other editors.

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

[](#installation)

### Dependencies

[](#dependencies)

- Laravel 5.5.25 or greater
- PHP 7.0.0 or higher
- Atom Open Package

1. Install the package:

    ```
    composer require genealabs/laravel-whoops-atom --dev
    ```
2. Install [Atom Open](https://atom.io/packages/open) package.

Configuration
-------------

[](#configuration)

```
/*
|--------------------------------------------------------------------------
| Local Sites Path
|--------------------------------------------------------------------------
|
| Specify the local development folder that is synchronized with Homestead.
| If you are not using Homestead, set this to an empty string or null.
| This corresponds to the `-map:` line under `folders` in your
| `Homestead.yaml` file.
|
| Default: ~/Code (string|null)
|
*/
'local-sites-path' => '~/code',

/*
|--------------------------------------------------------------------------
| Homestead Sites Path
|--------------------------------------------------------------------------
|
| Specify the base path where Homestead stores the synced folder with your
| web sites. If you are not using Homestead, set this to an empty string
| or null. This corresponds to the `to:` line under `folders` in
| your `Homestead.yaml` file.
|
| Default: /home/vagrant/Code (string|null)
|
*/
'homestead-sites-path' => '/home/vagrant/code',
```

***Only publish the config file if you need to customize it***:

```
php artisan whoops-atom:publish --config
```

Usage
-----

[](#usage)

**Warning: this package inserts a closure into a configuration setting. As this is intended for development environments only. To work with this, we recommend that you don't cache your config settings in your dev environment.**

That was it! It will apply itself automatically to your application configuration.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~10 days

Total

3

Last Release

3052d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4374bfc5d8583aa8c25c5080f1fcfaf09027822f47724ba6b64abc564945c80a?d=identicon)[mikebronner](/maintainers/mikebronner)

---

Top Contributors

[![mikebronner](https://avatars.githubusercontent.com/u/1791050?v=4)](https://github.com/mikebronner "mikebronner (20 commits)")

---

Tags

atom-editorlaravellaravel-5-packagewhoops-error-handler

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/genealabs-laravel-whoops-atom/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

566146.7M471](/packages/spatie-laravel-ignition)[spatie/laravel-ray

Easily debug Laravel apps

31538.4M2.8k](/packages/spatie-laravel-ray)[laradumps/laradumps

LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.

1.3k1.3M29](/packages/laradumps-laradumps)[glhd/laravel-dumper

382801.4k](/packages/glhd-laravel-dumper)

PHPackages © 2026

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