πŸ“‚Database

FoodMonkey simplifies database interaction by providing an easy-to-use interface, whether you're utilizing raw SQL or other methods.

Retrieve the credentials from the previously established database and incorporate them into the environment configuration.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=Your database name here
DB_USERNAME=Your database username here
DB_PASSWORD=Your database password here

Last updated