laravel quick debug can find dd and exit and any random string from the project
dhr/laravel-quick-debug is a Laravel package for laravel quick debug can find dd and exit and any random string from the project.
It currently has 0 GitHub stars and 1 downloads on Packagist.
Install it with composer require dhr/laravel-quick-debug.
Discover more Laravel packages by dhr
or browse all Laravel packages to compare alternatives.
Last updated
The Laravel Quick Debug package helps you to find dd,exit or anything.
You can install the package via composer:
composer require dhr/laravel-quick-debug
Use the below command for find dd and exit from the project.
php artisan quick:debug
You can find any specific string from the project like below. It will find "store" string in the whole project.
php artisan quick:debug store
Please see CHANGELOG for more information on what has changed recently.
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.