tobymaxham / database
A package to quickly connect using eloquent.
dev-master
2016-08-14 15:06 UTC
Requires
- php: >=5.5.9
- illuminate/database: *
This package is auto-updated.
Last update: 2024-10-24 04:20:53 UTC
README
Installation
composer require tobymaxham/database
Use
TobyMaxham\DBConnector::connect([ 'host' => 'localhost', 'database' => 'database', 'username' => 'root', 'password' => 'password', ]);
and you'll be done.
License
TobyMaxham's Database is licensed under The MIT License (MIT).
Eloquent by Illuminate Database