Registry / database / illuminate-database

illuminate-database

JSON →
library12.51.0phppackagistunverified

The Illuminate Database package - provides a fluent query builder and Eloquent ORM for database interactions.

composer require illuminate/database
INSTALL
IMPORT
SIG · ILLUMINATE-DATABAS
I
illuminate-database
databasephpv12.51.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.

Manager
use Illuminate\Database\Capsule\Manager;

Set up Eloquent ORM standalone

use Illuminate\Database\Capsule\Manager as Capsule; $capsule = new Capsule; $capsule->addConnection([ 'driver' => 'mysql', 'host' => 'localhost', 'database' => 'test', 'username' => 'root', 'password' => '', ]); $capsule->bootEloquent();
Debug
Known issues
breakingLaravel 12 requires PHP 8.2+; older PHP versions are not supported.
fix
Upgrade to PHP 8.2 or higher.
affects: >=12.0
Upgrade
Version history
12.51.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
36
OpenAI (training)
1
Resources
illuminate-database — pip install illuminate-database · libregistry