Lompat ke konten Lompat ke sidebar Lompat ke footer

CodeIgniter 4 : Konfigurasi

Duplikasi file env
Kemudian ubah file duplikasi menjadi .env
Ubah isi file :
CI_ENVIRONMENT = development // ada 3 production,testing, dan development
app.baseURL = 'https://localhost:8080'

app/Routes.php
tambahkan $routes->setAutoRoute(true);

Posting Komentar untuk "CodeIgniter 4 : Konfigurasi"