@LESTAH - same way you display any image.
A img src tag example
<img src="https://i.imgur.com/your_image.jpg" />
But use a known good safe site for the images not something with malware or viruses.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
@LESTAH - same way you display any image.
A img src tag example
<img src="https://i.imgur.com/your_image.jpg" />
But use a known good safe site for the images not something with malware or viruses.
@mstnorris thanks for your suggestions and recommendation. Really appreciate :)
@mstnorris Great post, thanks for your time writing this!
Fist time I see this thread ;-)
Well done @mstnorris !
Also never saw this thread in the past 3 years. Great work!
Maybe add: Don't get salty if the answer you get isn't the answer you want. It will lead to people not helping you anymore in the future.
Just a test
Hi, thank you for your great job.
I'm not ablet to display a picture with html tages.
I tried for example :
Img
It does not work, any idea please ?
Thank you again.
Hi @dadub,
Problem is you're referencing the dropbox UI URL (the link returns an HTML page):
https://www.dropbox.com/s/wdlu802361o7jk3/Capture%20d%27%C3%A9cran%202020-05-23%2021.04.13.png?dl=0
You need to right click on the image and copy the image address:
https://uc146e28f671f6b0a88cd118b81e.previews.dropboxusercontent.com/p/thumb/AAzk5n3eeNPbTXXjfu4A_qthXongoql0A0R2wInb7JIpLnv0kN61sOCRJI0vOscxZIvI6lCKdr3PnrpfWKu1NG3BcaMUzBbwjSk_GRmf-_aUaeecum3D2pilSAgkkhaV-2URS2O5gUjpTh9l90WCjrKHaENDkyoigaBc_Er0wPAs0VyhgzXFFpP361EK6UBHmP8mGjrXUWkR-o7FfO2he22Ctv0L4KmmSJf3tR165cNPLq5kqYQ3vPnbhD7I-4u5RpYSTvbti47Lh5xrctJurEqhvypL8t5U4GnCWq-7H8SkN-J6SsGqkVRhmohPskvGUHIcy6xSvsnNZgtLygbASyP4a4L5EZ0SobPno3c9kD345VbensaocQ4ZIJ3jqFajZs83B-ThQjrTRJD2Mseoa77MhljFyt3m9AUzGn0G8Usz8XK9splBademGqthunnrVEH2SLc1L5HrvYfli5b1pPC9VmAFHEgcXAqk8bQzskVoHQ/p.png?fv_content=true&size_mode=5
Now the image works correctly:
![]()
Thanks for sharing this information...it is very useful
Great stuff!
Laravel 419 csrf token mismatch error,post data error,vhost
I tried to add csrf using ajax,csrf token mismatch error
$.ajax({ headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }});
tried @csrf in form {{ csrf_field() }}
Web img1
Cookie img2
My laravel version is Laravel Framework 6.20.44
I wasted so many days on this then I posted here, my be I get fired if I don't solve this issue,VerifyCsrfToken.php commented but that is not a secure way as well, after getting logged in, other csrf token and data tables ajax and other pages also not working.
using localhost:8000 these all functionality working.
using web.test vertualhost/linux its not working
is their any configuration i have to do?????from apache side
my .env has APP_KEY=base64:d81S8S.........key
@suhasini Why have you posted this here?
A bit counterintuitive for a new user like me:
Accept answers
If someone has taken the time to help you out, the least you can do is show your appreciation by marking it as solved. To do this just click the check/tick ✓ mark. Do not mark your own response as answered unless you've actually taken the time to format a correct answer, you won't gain experience points either.
I've spent 20 minutes trying to understand how to mark my thread solved :D Apparently, you have to select the best answer (and not check the ✓ mark - cannot find it)
@Mike P things change over time.
Been a while since this was on the front page, so let's bump it up there again. 👍
sometimes you don't know which part of the code needs to be shared with the community because there is simply not much experience, from the OP (and im also talking about myself) this is something i've learned from forum interactions and they never go smooth.. once i see the error in the browser and couldn't find the answer online, and need to ask on laracasts, i always share the last code i applied and what i think needs to be shared, but sometimes this is not enough as you also need to post something else or know something else, like programming basics.
This actually proved to be very much true when i was trying to set up forge but i understand this is a more broad concept outside of "just" laravel. it included servers, dns, hosting providers, ssl it was a nightmare, it was all are too varied and had specific needs.
I do remember asking some questions and every time it went down to some prior configuration, or had to do with "something" else, again prior knowledge on the subjet and I remember not getting much traction from the questions, maybe forge is too easy or too difficult to explain. technical guides are sometimes the worst at explaining this and it doesn't matter how many times people try to troubleshoot it, it's hard for some people.
if there was a way to understand what needs to be shared in advance, prior to "bothering" people, i think it would help everyone in a big way, i think. 😊
Please or to participate in this conversation.