laravel-find-unused-code
laravel-find-unused-code copied to clipboard
Find unused code in laravel projects
Results
2
laravel-find-unused-code issues
Sort by
recently updated
recently updated
newest added
Line 86: \Log::info('Ignoring route : ' . $route->getAction()['controller']); Throws an error: Undefined index: controller. Fix that worked for me: Remove the $route->getAction()['controller'] and just spit out 'Ignoring route'.
You'll eat this dog food, and like it.