This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Description
I was looking for a decent AR implementation to use with my standalone REST server, and was thinking about using Eloquent when discovered Ardent and that in fact all the Laravel components are under Illuminate's repositories. So far, so good.
However, I couldn't find anywhere how to configure the database connections to be used by Ardent/Eloquent. The only information I got was to create a config/database.php file, but how should I use it to configure the library?