Install SweetAlert 2 | npm install | Laravel Livewire CRUD

Поділитися
Вставка
  • Опубліковано 19 вер 2024

КОМЕНТАРІ • 15

  • @cubedev4838
    @cubedev4838 Рік тому +2

    U should remake this update playlist for 2023. Lots of things change

  • @yannpollet6009
    @yannpollet6009 2 роки тому

    Super interesant and simple. Thanks

  • @aisalen
    @aisalen 2 роки тому

    How come there are already Create, Edit and Delete php file in Tags directory? And how did you do the tables that displays in the Tags page?

    • @AngelJayAcademy
      @AngelJayAcademy  2 роки тому +1

      @Jun Salen Hi, the "create" video is this one I just changed the "store" to create:
      "C"
      Create class => ua-cam.com/video/MkpPPS8HpW/v-deo.html
      Create view => ua-cam.com/video/EvQU-C3cuLE/v-deo.html
      "R"
      Index class => ua-cam.com/video/5jbv0Zqi4N8/v-deo.html
      Index view => ua-cam.com/video/gp6gC8byI5s/v-deo.html
      "U"
      Edit class & view => ua-cam.com/video/_cgfwQbKq5I/v-deo.html
      "D"
      Delete class & view => ua-cam.com/video/neIi-gzHco0/v-deo.html
      Hope it helps let me know if you need any additional help.

    • @aisalen
      @aisalen 2 роки тому

      @@AngelJayAcademy Thank you, I was just confused it seems with the arrangement of your playlist as this lesson was ahead of the "U" lesson.

  • @khizer3528
    @khizer3528 2 роки тому

    Hi Sir ,
    I have installed livewire on one of my already built application using Laravel 7 . Styles are loading but somehow scripts are not loading ( not showing ) , the application is also using jQuery and bootstrap as well so what is the issue can you help ?

    • @AngelJayAcademy
      @AngelJayAcademy  2 роки тому

      @Khizer Hi, did you add Livewire scripts like this:
      or
      @livewire('scripts')
      Before the end of the body tag?
      Or are you talking about all the scripts?

    • @khizer3528
      @khizer3528 2 роки тому

      @@AngelJayAcademy yes I have added that one also below all of the scripts that I am using .

    • @AngelJayAcademy
      @AngelJayAcademy  2 роки тому

      @@khizer3528 Alrighty, check in the browser dev tools (F12) under the console to see if you have any errors. And let me know

    • @xryuzu
      @xryuzu 2 роки тому

      Got the same problem, for some reason the npm can't be loaded.

  • @OnlyJavascript
    @OnlyJavascript 2 роки тому +1

    Nice one, Sir. How about checking username availability when registering user account without submitting form. Livewire + Fortify package. Is it possible?? If so could you please make one tutorial?

    • @AngelJayAcademy
      @AngelJayAcademy  2 роки тому +1

      @JS DOPE Hope you are well. Will see what I can do

    • @OnlyJavascript
      @OnlyJavascript 2 роки тому +1

      @@AngelJayAcademy I am good..Hope the same. I was learning react. Now I am back to the subs blog course.

    • @AngelJayAcademy
      @AngelJayAcademy  2 роки тому +1

      @@OnlyJavascript I am good thanks, Awesome! React is really nice. Next is machine learning. ;)

    • @OnlyJavascript
      @OnlyJavascript 2 роки тому

      @@AngelJayAcademy I was thinking the same, Sir.