Category: Laravel

條條大路通羅馬,既然都走了那就記錄一下囉! Using File System $path = public_path(‘upload/fileName.fileExt’); $isExists = File::exists($path); Using Storage System $isExists = Storage::exists(‘upload/fileName.fileExt’); Using Core PHP $path = public_path(‘upload/fileName.fileExt’); $isExists = file_exists($path); 小記 Storage會預設存在根目錄(storage/app)底下 使用public_path會帶入完整WebURL(abc.com.tw/… https://hdtuto.com/article/laravel-6-check-file-exists-in-folder-example Written by
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners