Powered by Blogger.

How to check for file existence in Laravel’s Blade template


@if(file_exists(public_path().’/favicon.ico’))
File exists
@else
Could not find file
@endif

No comments