validation-bugsnag-email

This commit is contained in:
RafficMohammed
2023-01-31 13:17:59 +05:30
parent 2ec836b447
commit 9dd3f53910
769 changed files with 20242 additions and 14060 deletions

View File

@@ -24,7 +24,7 @@ return [
| reporting about the errors we at faveo will start solving the issues already.
| The errors mails will never share your files or data. it will only share
| the line number and error occured.
| To dissable you may just change '%1%' to 0.
| To dissable you may just change '%0%' to 0.
*/
'ErrorLog' => '1',
/*
@@ -183,7 +183,8 @@ return [
\App\Api\ApiServiceProvider::class,
Barryvdh\Debugbar\ServiceProvider::class,
\Chumper\Datatable\DatatableServiceProvider::class,
\Yajra\DataTables\DataTablesServiceProvider::class
\Yajra\DataTables\DataTablesServiceProvider::class,
\Bugsnag\BugsnagLaravel\BugsnagServiceProvider::class
],
/*
|--------------------------------------------------------------------------