Download extension background In vscode run Cmd/Ctrl + shift + p then choose open settings (JSON) Copy this code & paste into open settings (JSON)
Monthly Archives: May 2022
Pointing domain to server
Point domain pergi ke server baru Copy ip address server baru Masuk Cpanel pergi zone editor manage add record masuk run cloud pergi web applications empty web app Change owner at tools Import source code Import database backup Set session in config/config.php
Migration server
Copy old server data then paste to new server Make new database user Create database & tie database user Add system user Then add web applications tie system user with web applications set ssl choose HSTS & Server Side Redirection for Http to Https Redirection after that can set git for auto deploy code from …
Add .env file for Ci 3
run script (at terminal) : composer require vlucas/phpdotenv add .env.example file update config/config.php update config/database.php update index.php
