Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
set
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected