Hey , in 9:48 how u use $comment->imagePath ?? from where it's come the imagePath ?
@codemed2625 Жыл бұрын
Solution : Call the function that's you create in comment model like so inside src img tag ==> ----------------------------------------------- This is my function in comment model : public function getImagePath(){ return Storage::url($this->img); } ----------------------------------------------- Best of luck 👍👍
@JulioFrancoPy4 жыл бұрын
Muchas gracias por su trabajo! Me ha sido muy útil!
@encoder9709 Жыл бұрын
10ks bro!
@MarcelloPato4 жыл бұрын
Less is more. You are a great teacher, Sarthack!
@llBestBoyll2 жыл бұрын
nice video man 👏🏼
@Bitfumes2 жыл бұрын
Thanks for the visit
@sindhuriskitchen3 жыл бұрын
Great tutorial 🙏 thanks for the knowledge..
@KickyMaulana_ID4 жыл бұрын
how to move image from storage to public directory near css or js directory? so i can't use command simbolic link in my hosting
@pushpakchhajed88454 жыл бұрын
Just what I wanted Thank you so much
@emmanuelochubili2 жыл бұрын
Hello @sarthaksavvy please i need help.. my image ('image' => $image) is not saving to the DB. but the image is saving to the storage folder Please i need your help
@AbrarAhmad-mz8vl4 жыл бұрын
Question: What if The actual image extension is .gif, but with intervention, we make it .jpg that's not good. Anyway to get image original extension?
@emmanuelochubili2 жыл бұрын
Please how can I upload multiple images at once
@Bitfumes2 жыл бұрын
Check it's GitHub issue
@emmanuelochubili2 жыл бұрын
@@Bitfumes please share direct link 🥺
@actionsportsupdate25494 жыл бұрын
bro how to store image insite public/ upload not in storage ???
@iordanistsapanidis40214 жыл бұрын
What kind of editor do you use? I dont think i have eves seen ide that changes font style
@alcaravan5554 жыл бұрын
He is using Visual Studio code
@nu28834 жыл бұрын
Thank you
@razeshchand69194 жыл бұрын
hey how i use install and setup the intevantation library
@Bitfumes4 жыл бұрын
Given in the video bro
@razeshchand69194 жыл бұрын
@@Bitfumes thank you bro but how i store that image in to storage>app>pulic>images >(image here)
@alcaravan5554 жыл бұрын
with this command you can install it: composer require intervention/image
@JavedBaloch7864 жыл бұрын
I guess it is accessor because you're using get, so any getter is accessor if I'm not wrong?
@waelmoh4 жыл бұрын
You assumed that all the images will be jpg ?
@Bitfumes4 жыл бұрын
Its just for demo, we can make it for any image extension
@JohnnyBigodes4 жыл бұрын
Caleb has to find a better way for image upload. That is just a hassle to do... Not user friendly at all.