Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PHPantom-dev/phpantom_lsp
/ web.php
File
web.php
examples/laravel/routes/web.php:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
<?php
2
use Illuminate\Support\Facades\Route;
3
4
Route::get(
'/'
, fn() => view(
'welcome'
))->name(
'home'
);
Callers
nothing calls this directly
Calls
3
group
Method · 0.80
prefix
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected