# LARAVEL edit **.env**, ex: ```shell cp .env.example .env ``` ```env DB_CONNECTION=mysql DB_HOST=140.113.168.165 DB_PORT=3306 DB_DATABASE=meeting_dev DB_USERNAME=root DB_PASSWORD=root ``` ```shell composer install php artisan migrate # .env APP_KEY generated php artisan key:generate php artisan config:cache php artisan serve --host=0.0.0.0 --port=8000 ```