Database
Last updated
Last updated
In this documentation, you're environment variable for the database should already been setup. If not yet then follow the instruction below.
Create a table on your preferred database
For MySQL example: run the command below inside your mysql terminal. $ CREATE DATABASE recruit
update your database credential in your .env
file
Congratulations!, the system is now connect to the DB you have been setup.