Registry / web-framework / illuminate-routing

illuminate-routing

JSON →
library12.1.1phppackagistunverified

The Illuminate Routing package provides routing capabilities for Laravel applications.

composer require illuminate/routing
INSTALL
IMPORT
SIG · ILLUMINATE-ROUTING
I
illuminate-routing
web-frameworkphpv12.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Router
use Illuminate\Routing\Router;

Create a router and dispatch a GET request.

use Illuminate\Routing\Router; $router = new Router(new \Illuminate\Events\Dispatcher()); $router->get('/', function() { return 'Hello World'; }); $response = $router->dispatch(Request::create('/'));
Debug
Known issues
gotchaRequires Laravel framework dependencies; not standalone.
fix
Install illuminate/routing with its required packages (e.g., illuminate/events, illuminate/http).
affects: *
Upgrade
Version history
12.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
illuminate-routing — pip install illuminate-routing · libregistry