📜  laravel 刀片中的文件存在检查 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:07.835000             🧑  作者: Mango

代码示例2
@if(file_exists('favicon.ico')) 
  File exists
@else
  Could not find file
@endif