Laravel this is not only a practical framework, it is also a programming style
In .env file I changed from APP_NAME=Laravel to: APP_NAME=some_other_name. save changed file.
.env
APP_NAME=Laravel
APP_NAME=some_other_name
Then, one of my blade file, I want print: <div></div>
<div></div>
This still displays "Laravel", what I'm missing ?
I'm using Laravel 5.4
Aucun commentaire:
Enregistrer un commentaire