Closed hesammoosapour closed 6 months ago
When I try add an image as a logo, I get this error:
Maximum execution time of 60 seconds exceeded
I just add this line: <img src="http://localhost:8000/BelfiLogo.webp" alt="logo" height="100" width="100"> to my default.blade.php
<img src="http://localhost:8000/BelfiLogo.webp" alt="logo" height="100" width="100">
Please help me solve it. Thanks🙏
I was able to solve it this way: <img src="{{ public_path('belfi.png') }}" alt="logo" height="100" width="100">
<img src="{{ public_path('belfi.png') }}" alt="logo" height="100" width="100">
When I try add an image as a logo, I get this error:
Maximum execution time of 60 seconds exceeded
I just add this line:
<img src="http://localhost:8000/BelfiLogo.webp" alt="logo" height="100" width="100">
to my default.blade.phpPlease help me solve it. Thanks🙏