avatar
Setup AWS RDS to Connect with Laravel Laravel

» First and foremost, let us set up the database for the RDS MySQL engine. After that, proceed to establish a connection between your Laravel project and Amazon RDS.

Note: You can refer to this link for guidance on setting up a connection between MySQL Workbench and Amazon RDS.

DB_CONNECTION=mysql
DB_HOST=flagtick-dev-free-tier-instance.xxxxxxxxxxxx.ap-southeast-1.rds.amazonaws.com
DB_PORT=3306
DB_DATABASE=admin_flagtick
DB_USERNAME=admin
DB_PASSWORD=xxxxxxxxxxxx


24
check version laravel install Laravel project with specify the version
You need to login to do this manipulation!