Laravel this is not only a practical framework, it is also a programming style
I have tried
if(file_exists(storage_path().'test.txt' )) { dd("YES, it's there."); }else { dd("Nope, it's not exist"); }
I have test.txt in my storage folder.
What did I missed ?
Aucun commentaire:
Enregistrer un commentaire