We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2121c commit d3b1ddfCopy full SHA for d3b1ddf
.ai/laravel/core.blade.php
@@ -23,7 +23,7 @@
23
- **Job and queue patterns**: Use queued jobs for time-consuming operations with the `ShouldQueue` interface.
24
25
## Authentication and Authorization
26
-- Use Laravel built-in authentication and authorization features (Gates, Policies, Sanctum)
+- Use Laravel built-in authentication and authorization features (Gates, Policies, Sanctum).
27
28
## Config
29
- **Use environment variables** via config files, never `env()` directly. Always use `config('app.name')` not `env('APP_NAME')`.
0 commit comments