Download the PHP package fr3on/laravel-ghost without Composer
On this page you can find all versions of the php package fr3on/laravel-ghost. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fr3on/laravel-ghost
More information about fr3on/laravel-ghost
Files in fr3on/laravel-ghost
Download fr3on/laravel-ghost
More information about fr3on/laravel-ghost
Files in fr3on/laravel-ghost
Vendor fr3on
Package laravel-ghost
Short Description Identify and eliminate dead routes, orphaned event listeners, and zombie jobs in your Laravel application.
License MIT
Package laravel-ghost
Short Description Identify and eliminate dead routes, orphaned event listeners, and zombie jobs in your Laravel application.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-ghost
Laravel Ghost
Finds dead routes, orphaned event listeners, and zombie jobs — registered code that your application never actually uses.
Installation
Usage
Scan your application for unused code:
Modes
- Log mode (default): Reads existing access logs (Nginx/Apache/Laravel).
- Telescope mode: Queries your Telescope entries for hit data.
- Counter mode: Lightweight DB hits table (opt-in).
To enable Counter mode, run:
Expected Result
The scan command produces a technical report of unused components:
Configuration
Publish the config file:
Configure scan_paths, log_path, and exclude_patterns in config/ghost.php.
All versions of laravel-ghost with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
nikic/php-parser Version ^4.18|^5.0
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
nikic/php-parser Version ^4.18|^5.0
The package fr3on/laravel-ghost contains the following files
Loading the files please wait ...