Skip to content

Debugging

FreeScout edited this page Dec 6, 2023 · 2 revisions

If you need to debug some issue you can use the following function:

\Log::error('[Debugging] some variable value: '.$some_variable);

After that you can find the output in "Manage > Logs > App Logs" ("laravel...log"). Keep in mind that sometimes in order your debugging code to be executed you need to clear cache to refresh background jobs code.