After cloning the repository, we need to seed the data and run the debug command to see the bug.
php artisan migrate:fresh --seed
php artisan debug
Everything is located under app/Console/Commands/Debug.php.
After cloning the repository, we need to seed the data and run the debug command to see the bug.
php artisan migrate:fresh --seed
php artisan debug
Everything is located under app/Console/Commands/Debug.php.