MCPcopy Create free account
hub / github.com/PHPantom-dev/phpantom_lsp / laravelConfig

Method laravelConfig

examples/laravel/app/Demo.php:237–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235 // ── Laravel Config (definition & references) ────────────────────────
236
237 public function laravelConfig(): void
238 {
239 config('app.name');
240 Config::get('database.default');
241 Config::set('app.timezone', 'UTC');
242 }
243}

Callers

nothing calls this directly

Calls 2

setMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected