An open API service indexing awesome lists of open source software.

https://github.com/nazemmahmud/ldcd

Laravel Dead Code Detector
https://github.com/nazemmahmud/ldcd

laravel5 reflections

Last synced: about 2 months ago
JSON representation

Laravel Dead Code Detector

Awesome Lists containing this project

README

          

# LDCD
Laravel Dead Code Detector(LDCD) is a tool/ helper functions to identify unused dead method in developer build codes, i.e app directory codes

# How to use
* At first, download the files from here.
* copy the files in the exact location.
* For `routes/web.php`, use the route path in your `web.php` file
* run the command `php artisan check:deadCode`
* this command will store the output in a .txt file in storage/app directory