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

Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Community Partners