Variables d'environement
Fichier : /config/.env.php
return [
'DB_HOST' => 'localhost',
'DB_NAME' => 'gestion_hjc',
'DB_USER' => 'root',
'DB_PASSWORD' => '',
'APP_NAME' => 'HJC',
'APP_URL' => 'http://hjc.local',
'MAIL_FROM' => 'noreply@hjc.local',
];
Lecture via App\Helpers\Env::get('...').
No comments to display
No comments to display