I create file named constants.php in project\config folder
The content is
<?php
return [
'foo' => 'bar',
];
?>
But I get empty response while I do config('constants.foo') or Config::get('constants.foo')
Where I'm doing wrong?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire