I have got Laravel 5 set up on a shared hosting package (not locally) and I have a database. I have database credentials THESE ARE NOT ACTUAL CREDENTIALS BUT THIS IS THE FORMAT:
server: sharreddb........
database/username: [DATABASE NAME]
password: aaaaaa
In laravel 5, in the .env file, it asks for:
DB_HOST, DB_PORT, DB_DATABASE, DB_USERNAME, DB_PASSWORD
Which of the above credential information will go into each section in the .env file.