## Laravel Boost
- Laravel Boost is an MCP server that comes with powerful tools designed specifically for this application. Use them.
## Artisan
- Use the ___SINGLE_BACKTICK___list-artisan-commands___SINGLE_BACKTICK___ tool when you need to call an Artisan command to double check the available parameters.
## URLs
- Whenever you share a project URL with the user you should use the ___SINGLE_BACKTICK___get-absolute-url___SINGLE_BACKTICK___ tool to ensure you're using the correct scheme, domain / IP, and port.
## Tinker / Debugging
- You should use the ___SINGLE_BACKTICK___tinker___SINGLE_BACKTICK___ tool when you need to execute PHP to debug code or query Eloquent models directly.
- Use the ___SINGLE_BACKTICK___database-query___SINGLE_BACKTICK___ tool when you only need to read from the database.
Fatal error: Uncaught Error: Call to undefined function config() in C:\xampp\htdocs\tabernacanbruno.ddns.net\storage\framework\views\32235c45ac65d97be4e2324fd15758b2.php:14
Stack trace:
#0 {main}
thrown in C:\xampp\htdocs\tabernacanbruno.ddns.net\storage\framework\views\32235c45ac65d97be4e2324fd15758b2.php on line 14