LaravelPackages.net
Acme Inc.
Toggle sidebar
tobymaxham/database

A package to quickly connect using eloquent.

23
1
About tobymaxham/database

tobymaxham/database is a Laravel package for a package to quickly connect using eloquent.. It currently has 1 GitHub stars and 23 downloads on Packagist. Install it with composer require tobymaxham/database. Discover more Laravel packages by tobymaxham or browse all Laravel packages to compare alternatives.

Last updated

TobyMaxham Database

Latest Stable Version Total Downloads Latest Unstable Version License

SEE Illuminate Database

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

Comments