## 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:\laragon\www\michaelgharby-backend\storage\framework\views\2b200c65b81452c381aa58d3e2f8f6cc.php:14
Stack trace:
#0 {main}
thrown in C:\laragon\www\michaelgharby-backend\storage\framework\views\2b200c65b81452c381aa58d3e2f8f6cc.php on line 14