Slim framework postgresql Eloquent

I have project, create a micro web service.
can I user Eloquent with my postgresql database?

need help.

thanks

Hello @dwoo,

Eloquent is not part of Slim Framework, but you can use Eloquent with Slim. There is a section in the documentation on using Eloquent with Slim.

I have little experience using Eloquent, but PostgreSQL seems to be supported:

Currently, Laravel supports four databases:

  • MySQL
  • PostgreSQL
  • SQLite
  • SQL Server