I've tried to host the Laravel 5 web app by following this tutorial,
It successes and I can access my web apps URL, but I cannot access some elements of my web apps because some of them need database.
Before hosting it, I've test the web apps using xampp
, localhost
& mySQL
, and it works perfectly by using the ability from Laravel5
to migrate the database to mySQL(xampp)
My question is, how to configure the database in azure so it will work with our web apps? I've heard that some people telling about the .env file, but I don't know what to do with it to make the database works. Thanks.