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
- Host: GitHub
- URL: https://github.com/nazemmahmud/ldcd
- Owner: NazemMahmud
- Created: 2020-01-03T20:15:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T20:53:26.000Z (over 6 years ago)
- Last Synced: 2025-03-11T14:59:26.495Z (over 1 year ago)
- Topics: laravel5, reflections
- Language: PHP
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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