Laravel database

Asked

Viewed 37 times

-1

Speaks blz people like if it is possible to configure in the file . Laravel env, put data from a database that is in firebase and work locally on the project?

1 answer

0

The default Laravel does not support connections with firebase, it is not like we do the connection by the drivers of the proper mysql Laravel for example. I advise you to use the "kreait/firebase-php" (https://firebase-php.readthedocs.io/en/latest/), with it you will be able to make the connection with firebase and work normally. In the documentation itself teaches you a step by step to configure.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.