Laravel Upload Image and Create Storage Link

Поделиться
HTML-код
  • Опубликовано: 8 май 2020
  • In this video we uploaded image file and also created Storage link to save our file.It was quite long but it was worthy.
  • НаукаНаука

Комментарии • 48

  • @gaganpokharel7063
    @gaganpokharel7063 4 года назад +2

    I just like the way you teach.thank you...

  • @helen7195
    @helen7195 Год назад

    finally, a video with great explanation. thank you so much!

  • @callmeprogrammer188
    @callmeprogrammer188 4 года назад +2

    Nice sir..thank you..please make a project in laravel for ecommerce type

  • @honeyshah4474
    @honeyshah4474 2 года назад

    Thank you very... Your video is very helpful n specially for blade path...

  • @mathematicianfenteng2755
    @mathematicianfenteng2755 3 года назад +1

    my problem is solved .. may the lord bless u

  • @azizee
    @azizee 3 года назад

    sir, if i use storeAs, it will save in both storage/app folder and public folder ?

  • @searchezant3226
    @searchezant3226 2 года назад

    Great video man thx!

  • @mbaasajoel8542
    @mbaasajoel8542 3 года назад

    indeed its worth it, Great Video.

  • @thiensonnguyen8208
    @thiensonnguyen8208 Год назад

    you're something else, thanks

  • @mubafaw
    @mubafaw 2 года назад

    Great work and explanation! 😊👍

  • @tousifrafat
    @tousifrafat 3 года назад

    Thank you very much.

  • @danielhm997
    @danielhm997 3 года назад

    OMG thank u very much for this

  • @vudanhhungphi5274
    @vudanhhungphi5274 3 года назад

    Thanks bro very much !!!

  • @nguyenthong6901
    @nguyenthong6901 3 года назад

    Thank you bro!

  • @Orphy7
    @Orphy7 Год назад

    thanks for the help !

  • @developersdesigningcompany8031
    @developersdesigningcompany8031 2 года назад +2

    my problem is: how can i edit and delete my form with the image

  • @neveriodev350
    @neveriodev350 2 года назад

    Thank you!

  • @yeageranonymous3584
    @yeageranonymous3584 3 года назад

    Thanks you very much ♥

  • @Joeron79
    @Joeron79 11 месяцев назад

    I have a question. How to link another drive and get url on browser. Per example Z:\\ read url on Laravel? I don't want storage public on same drive. Depends of full disk.

  • @rogerluces
    @rogerluces 11 месяцев назад

    Thanks man!

  • @antonywyatt
    @antonywyatt 2 года назад

    Nice

  • @pataslocas4595
    @pataslocas4595 Год назад

    thanks you so much!!!

  • @user-rh8hz7gw9n
    @user-rh8hz7gw9n 11 месяцев назад

    thank you so much

  • @kvkumar9686
    @kvkumar9686 Год назад

    super bro

  • @kad.x_x
    @kad.x_x Год назад

    THANK YOU

  • @mohamedsalem9889
    @mohamedsalem9889 3 месяца назад

    is it secure to get image or files from "laravel local disk" ?

  • @Manu_MDJ
    @Manu_MDJ 2 года назад

    thank you.

  • @smartjefreycoca5425
    @smartjefreycoca5425 Год назад

    thanks

  • @robyortega6147
    @robyortega6147 3 года назад +1

    this is relation 1 to many sir with upload image ?

    • @codeonline2683
      @codeonline2683  3 года назад +1

      yeah..a category can have many products with a one image of 1 product.

  • @hieunguyenvan8477
    @hieunguyenvan8477 3 года назад

    destination_path is ' public/images/products' , why you can show image with 'stograge/images/products/
    '

    • @codeonline2683
      @codeonline2683  3 года назад

      I have create a storage:link or symlink because of which images is in both directory and in symlink file...

  • @heliumons3950
    @heliumons3950 3 года назад +1

    this laravel version? 8?

    • @codeonline2683
      @codeonline2683  3 года назад

      no may be 7.3..It is before laravel 8 release.
      Laravel 8 has few changes..specially in routes.php file..

  • @grzegorzczekaj9642
    @grzegorzczekaj9642 4 года назад +1

    Witch laravel version you use? Not working with 7.x

    • @codeonline2683
      @codeonline2683  4 года назад

      what exactly is problem..can you elborate?

  • @raymanzini6414
    @raymanzini6414 3 года назад

    thx so much, but for me, the files store in my storage folder but they dont appear to get called by the asset, in fact the folder i notice is called is the public/storage, u know what i can doing wrong, sorry for bad english xd

    • @arlonathan9294
      @arlonathan9294 3 года назад

      Pro tip: watch movies on Kaldrostream. Me and my gf have been using them for watching all kinds of movies lately.

    • @ronniesullivan9567
      @ronniesullivan9567 3 года назад

      @Arlo Nathan Yea, been using kaldroStream for months myself :D

    • @chandlerkarson1437
      @chandlerkarson1437 3 года назад

      @Arlo Nathan Yup, been watching on kaldroStream for since december myself :D

    • @jeffersonmarshall3926
      @jeffersonmarshall3926 3 года назад

      @Arlo Nathan Definitely, have been using Kaldrostream for years myself :)

    • @derekbrycen9091
      @derekbrycen9091 3 года назад

      @Arlo Nathan Yup, I've been using kaldrostream for months myself :D

  • @andrewhoward6703
    @andrewhoward6703 2 года назад

    ok?

  • @anthonyinit
    @anthonyinit 3 года назад

    I like your video very much. I have a question. I have an image uploading script and in default, it is set to create a directory "im" and all uploaded images go there. I need to change that directory name to something else eg. "upload" I did manage to change the name in "Application + app + http + controllers + pages + UploadController.php. however, after uploading an image it does into the new directory but the image URL still showing the old directory name. eg. mysite.com/im/UHIWu190dd
    How can I change the URL to give me my new directory name eg. mysite.com/upload/UHIWu190dd