Prevent "git status -s" Error in Laravel Error Page

Submitted by rezvani - 4 years ago

In laravel 6 when you get error exception. sometime you will see "Maximum Execution 60s exceed for git status -s command". This error usually occurs when your Internet server or local area network access is slow or you are under embargo.

laravel 6 error page using ignigation package. so simply run below command in yout terminal to publish this package config:

php artisan vendor:publish --provider="Facade\Ignition\IgnitionServiceProvider" --tag="flare-config"

then go to config/flare.php file and set collect_git_information key to FALSE