Registry / web-framework / illuminate-http

illuminate-http

JSON →
library11.37.0phppackagistunverified

The Illuminate Http package provides HTTP request and response handling for Laravel.

composer require illuminate/http
INSTALL
IMPORT
SIG · ILLUMINATE-HTTP
I
illuminate-http
web-frameworkphpv11.37.0
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.

Request
use Illuminate\Http\Request;

Captures the current HTTP request and retrieves an input parameter.

use Illuminate\Http\Request; $request = Request::capture(); $name = $request->input('name', 'World'); echo "Hello, $name!";
Debug
Known issues
gotchaRequires Laravel application context; standalone usage may need manual bootstrapping.
fix
Use within a Laravel project or bootstrap the container.
affects: >=5.0
Upgrade
Version history
11.37.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
illuminate-http — pip install illuminate-http · libregistry