Registry / web-framework / illuminate-foundation

illuminate-foundation

JSON →
library1.1.2phppackagistunverified

A web application foundation.

composer require illuminate/foundation
INSTALL
IMPORT
SIG · ILLUMINATE-FOUNDAT
I
illuminate-foundation
web-frameworkphpv1.1.2
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.

Application
use Illuminate\Foundation\Application;

Create an Illuminate Application and register a singleton.

use Illuminate\Foundation\Application; $app = new Application(); $app->singleton('foo', function () { return 'bar'; }); echo $app->make('foo');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
illuminate-foundation — pip install illuminate-foundation · libregistry