Full Stack Vue.js 3 & Laravel CRUD with RESTFUL API | Part 1

Поделиться
HTML-код
  • Опубликовано: 2 дек 2024

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

  • @usmanarif9191
    @usmanarif9191 2 года назад +7

    In my opinion you are first pakistani yotuber with clear english voice and have good knowledge as well. Keep it up.

    • @ABNATIONProgrammerz553
      @ABNATIONProgrammerz553  2 года назад +1

      I m so thankful for your kind words

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

      usman arif
      Truly I couldn't think he is a pakistani untill you mentioned it.
      Thank so much to him.

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

    I was looking for this content for some time and it was extremely useful to me. Even after a few years, the information is still exactly what I needed. Thank you so much for sharing, it made a huge difference in my search. 🇧🇷

  • @lukasglaser2
    @lukasglaser2 11 дней назад

    30:00 If you are using a different version of Laravel, this command may only create the model, but not the associated migration. That's why you have to append "--migration" to the end of the command.

  • @ceo.ordevs
    @ceo.ordevs 2 года назад +1

    Great learning resource for starting API with vue. Thanks a lot.

    • @ABNATIONProgrammerz553
      @ABNATIONProgrammerz553  2 года назад +1

      Appreciate your kind words

    • @ceo.ordevs
      @ceo.ordevs 2 года назад

      @@ABNATIONProgrammerz553 I am trying to do a similar project and after completion I will share the link. Again do you have similar video planning with react?

  • @igudy
    @igudy 2 года назад +1

    This tutorial is what exactly I've been looking for on youtube. I'm yet to watch it tho, but I'm sure it will be as good as your other videos. Thanks for this

  • @virgiliorosa3703
    @virgiliorosa3703 2 года назад +1

    Thanks for sharing your knowledge.

  • @sayedahmadnaweed1
    @sayedahmadnaweed1 2 года назад +1

    Nice Tutorial. I would like to ask why not define the v-for inside the Because a table can only have one . Therefore, no need to iterate over the contacts and create new element?

  • @lukasglaser2
    @lukasglaser2 6 дней назад

    For me it only workes when i deactivate Access-Controll-Allow-Origin using the coreponding browser AddOn for Google Chrome

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

    How did you enable the CORS?

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

    hello am trying to import a pdf file with json data i created a json file and converted to pdf and i get this error every time i try to import
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '%PDF-1.5
    %äüöß
    any help also can you show the look of the file you imported ??

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

    Awesome but why not using composition api approach?

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

    Page went blank after i've used the .use(routes) :(

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

    Thanks a lot

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

    Could u make video register & login auth with vuejs 3 and laravel?

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

    Where did you get the contact.sql in download?

    • @danielalmanza-bb7rq
      @danielalmanza-bb7rq Год назад

      @@alberthruado hello friend,
      would it be possible to share the source code please?

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

    laravel scaffolding is not done here... is that ok?

  • @roleenboticario435
    @roleenboticario435 2 года назад +1

    Hello can you make a tutorial about laravel restful
    api passport authentication with vue? thanks

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

      Its good idea but i think passport is quite old, better to work on Laravel santum. What you suggest ?

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

    Why don't we put vuejs in the same project with laravel ??

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

    Can I have github repo for this project .it will help me a lot.

  • @lukasglaser2
    @lukasglaser2 6 дней назад

    127.0.0.1:8000/api/contacts does not work for me. I use 127.0.0.1:8000/contacts