App::bootEloquent
Usage
object App::bootEloquent()Description
If you're using Eloquent models / functions within your system, you must execute this method before using anything Eloquent based.Return Value
An instance of the ConnectionManager object from within Eloquent.Examples
Boot Eloquent
$app->bootEloquent();