FusionInvoice slow fix
FusionInvoice
Change the app.php option. Also, delete your storage/logs/laravel.log file
'env' => env('APP_ENV', 'production'),
'debug' => env('APP_DEBUG', false),
'log_level' => env('APP_LOG_LEVEL', 'error'),
FusionInvoice
Change the app.php option. Also, delete your storage/logs/laravel.log file
'env' => env('APP_ENV', 'production'),
'debug' => env('APP_DEBUG', false),
Comments
Post a Comment