Skip to content

Debugging

FreeScout edited this page Jun 18, 2024 · 3 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.

Clone this wiki locally