Registry / web-framework / laravel-laravel

laravel-laravel

JSON →
library13.8.0phppackagistunverified

The skeleton application for the Laravel framework.

composer require laravel/laravel
INSTALL
IMPORT
SIG · LARAVEL-LARAVEL
L
laravel-laravel
web-frameworkphpv13.8.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.

Application
use Illuminate\Foundation\Application;

Bootstraps a Laravel application and registers a singleton.

use Illuminate\Foundation\Application; $app = new Application(__DIR__); $app->singleton('App\Services\SomeService', function () { return new \stdClass(); }); $service = $app->make('App\Services\SomeService');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
13.8.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
laravel-laravel — pip install laravel-laravel · libregistry