Upload Image and Text using CKEditor5 in Laravel & show CKEditor5 Data in Laravel

Поделиться
HTML-код
  • Опубликовано: 31 мар 2023
  • #ckeditorinlaravel
    #ckeditor
    #ckeditor5
    #textboxwithimageandtextinlaravel
    CKEditor5 Github Link : github.com/ckeditor/ckeditor5
    🔥 Send SMS in Laravel using Twilio : • Send SMS in Laravel us...
    Buy me a Coffee 🥰 : www.buymeacoffee.com/yaminshakil
    Support This Channel :
    Join this channel to get access to perks:
    / @webtechknowledge
    Your support will be really appreciated.
    Thanks For Watching.
    I hope This video was helpful. If you have any questions then let me know in the comment section.
    Best of luck
    #webtechknowledge
    You can connect with me with the given links below:
    Facebook Link: / yaminshakil07
    Instagram Link: / yamin_shakil
    Twitter Link: / yaheashakil

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

  • @WebTechKnowledge
    @WebTechKnowledge  Год назад +2

    ======================= Welcome.blade.php Page==============

    Laravel CkEditor5 Image Upload Web tech Knowledge


    .ck-editor__editable_inline {
    height: 500px;
    }




    @csrf
    Title






    ClassicEditor
    .create(document.querySelector('#editor'), {
    ckfinder: {
    uploadUrl: "{{ route('ckeditor.upload', ['_token' => csrf_token()]) }}",
    }
    })
    .catch(error => {
    console.error(error);
    });


    ==========================controller page ====================================

    • @vinithasampathkumar5146
      @vinithasampathkumar5146 7 месяцев назад

      thanks lot.. its really awesome ...very useful to me

    • @andreans9861
      @andreans9861 День назад

      @@WebTechKnowledge please no deleted i will try🙏🏻

  • @user-qn8kg4hb5r
    @user-qn8kg4hb5r 6 месяцев назад +1

    I just want to say this, I have been trying for 4 hours and I solved it very easily with your video. Why doesn't RUclips feature you? I'm going to cry. Thank you very much, I was able to do it thanks to you

  • @Nisaa107_
    @Nisaa107_ 2 месяца назад +1

    Thanks sir, this tutorial can help me for make my project

  • @ecsweb-studio2732
    @ecsweb-studio2732 8 месяцев назад

    Thank you very much it helped.

  • @dominicdeheuer937
    @dominicdeheuer937 9 месяцев назад

    Thanks a lot for the tutorial. It works for me. However, I think in one way or the other, WordPress offers more flexibilities in terms of editing.

  • @manncreation3907
    @manncreation3907 7 месяцев назад

    very very very very very very very useful man. thanks in advance.

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

    thank you, it realy help me 👍👍

  • @mdazhardware
    @mdazhardware Год назад +1

    Thanks for this awesome and helpful tutorial, could make a CRUD video just for the CKEditor5, thanks in advance.

  • @deepakagarwal663
    @deepakagarwal663 9 месяцев назад

    Thanks for this tutorial, it helps a lot. But I had multiple editor used at different sections in admin panel, how to manage it as I have to write same script code wherever I used ckeditor 5 with same I'd or from above it makes for all editor

  • @khoaavan8075
    @khoaavan8075 2 месяца назад

    thanks you very much

  • @rezwansaki
    @rezwansaki 2 месяца назад

    Thanks.

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

    Would have been great if you showed how to install it with NPM as is more a real world example

  • @ecsweb-studio2732
    @ecsweb-studio2732 8 месяцев назад

    If you get an error, be sure to check the permissions of the folder in which the images are uploaded and change them to the necessary ones.

  • @user-qu7yi4sv9t
    @user-qu7yi4sv9t Год назад

    but how can i delete that image from that folder when i am using ckfinder???

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

    tanks a lot

  • @sebastiannieroda9022
    @sebastiannieroda9022 2 месяца назад

    Great video . But what about the media? How to upload e.g. a movie?

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

    Hello, when i display the description, the images ar too big. it's look like they keep their original size. can you help me please?

  • @ewadojeremi170
    @ewadojeremi170 29 дней назад

    bagus bang

  • @TRUONGCONGLY-yg7ej
    @TRUONGCONGLY-yg7ej 7 месяцев назад +3

    how to delete those image files in your "public/media" when you delete a 'student'

    • @yubastudio2112
      @yubastudio2112 Месяц назад +1

      Create a database table where you store image path. And in the post controller mention images names in array and when ever you delete the post track the images paths by the array list and database images paths.. how you understand the logic

    • @TRUONGCONGLY-yg7ej
      @TRUONGCONGLY-yg7ej Месяц назад

      i mean when you just select image in CKEditor5 the image was saved in "public/media" whether you don't click button "Add data" to insert data into database. If you erase these image then it was still saved in "public/media"
      How to delete these image in "public/media".

    • @TRUONGCONGLY-yg7ej
      @TRUONGCONGLY-yg7ej Месяц назад

      When I save the data to the database, I will compare all the image paths in the database and in "public/media". If something is not in the database, I delete it from "public/media". Is this solution effective?

  • @arifulsikder777
    @arifulsikder777 Год назад +1

    i have a problem, i can not positioning the image? if you help me, it can be a big help for me please

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

    Is there a *GitHub repo* with that?

  • @retro1631
    @retro1631 2 месяца назад

    help please, image positioning won't work

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

    not working i also input type file with submit button not working

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

    can it work online on live server? or only work in local server. Because i watched another video with script like this, it cannot work on live server

  • @user-el8gf3ly4g
    @user-el8gf3ly4g 10 месяцев назад

    how to Upload youtube video in CKEditor 5 and save into database using laravel ?

    • @ecsweb-studio2732
      @ecsweb-studio2732 8 месяцев назад

      Add plagin media when building custom build.

  • @smurffronda2951
    @smurffronda2951 6 месяцев назад

    Is CKFinder not a premium feature?

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

    How to resize image?

    • @ecsweb-studio2732
      @ecsweb-studio2732 8 месяцев назад

      Two variants: make resize before uplod image, second add plugin for this when building custom build, but it has to make file resize in server side too.

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

    how to make responsive upload in ckeditor

    • @ecsweb-studio2732
      @ecsweb-studio2732 8 месяцев назад

      Add plugin when you building custom build, it has plugin but it premium.

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

    saya masih error Cannot upload file

  • @user-qn8kg4hb5r
    @user-qn8kg4hb5r 6 месяцев назад

    I just want to say this, I have been trying for 4 hours and I solved it very easily with your video. Why doesn't RUclips feature you? I'm going to cry. Thank you very much, I was able to do it thanks to you