5 Laravel Livewire Projects For Beginners

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

КОМЕНТАРІ • 128

  • @TheCodeholic
    @TheCodeholic  Рік тому +7

    🔥🔥🔥 Check my full course "Build and Deploy Laravel E-commerce Website with Vue.js Admin Panel" at thecodeholic.com 🔥🔥🔥

    • @gillesashley9314
      @gillesashley9314 Рік тому

      Sir, I have a little question, how do I use the laravel asset ( ) helper to load the images? I want to try that. Any help? My Storage::url( ) is not appending my port number to the image urls, so the images are not showing.

  • @sujalkhatiwada2267
    @sujalkhatiwada2267 2 роки тому +29

    It would be great to see API development using PHP OOP (Custom PHP) with best practices, and industry standards, with a real-life project included in it, great if SOLID principles would be there 😊

  • @gillesashley9314
    @gillesashley9314 Рік тому +5

    Sir you have no idea how grateful I am for this video. I'm a good Laravel developer, but new Livewire, this video is kind of like a life saver for me. I want to practice and perfect the projects before moving to the livewire docs. Thank you Sir.

  • @kekecoder
    @kekecoder 2 роки тому +2

    Zura, I don't know if you read my mind or knows what I search on Google and UA-cam recently, I can't thank you enough, you are so kind, God bless you, and thank you for sharing your knowledge with us
    You asked if we'd need a detailed course on Livewire, I would so much love it 😂😂

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

      I am wizard... I track all my followers to understand what they need and offer them best tutorials 😂😂.
      Thanks my friend.

  • @nvglobal5441
    @nvglobal5441 2 роки тому +3

    More livewire, you really explains in an easy stile!! Thanks

  • @cryptobullish
    @cryptobullish Рік тому +4

    Your teaching style is excellent! Would love to see a Livewire/AlpineJS tutorial that fetches live data objects from a public/private rest api like Twitter and from the results be able to select which records to store in a local/hosted sql/SQLite db.

  • @LeonelLopezBorbon
    @LeonelLopezBorbon 2 роки тому +2

    Great tutorial first time I learned Laravel Livewire for begginers and more more learn and exercise so become senior! thanks for teaching us, I am deaf person so apreciate to you for closed caption and visual code more clear. Regards from Costa Rica.

    • @TheCodeholic
      @TheCodeholic  2 роки тому +2

      Thanks a lot for you comment. I will try to always have captions on my videos and will keep in mind that deaf people are also watching me.
      Thanks a lot for letting me know and good luck

  • @siddiqahmed3274
    @siddiqahmed3274 2 роки тому +3

    Just got into laravel. This looks promising. Thank you for amazing content♥️

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

    Excellent 👍 video. You have a gift to teach. I would like to see more Livewire projects. Thanks for this video

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

    Thank you for this tutorial. Hoping for you to create a full livewire application in the future.

  • @harshwebdev
    @harshwebdev Рік тому +1

    Really helpful projects💝

  • @ilyesmilyesm2576
    @ilyesmilyesm2576 2 місяці тому

    - how many livewire projects can you do in one hour?
    - The Codeholic: Yes !

  • @张哲-l5e
    @张哲-l5e Рік тому +1

    非常棒的视频,awesome video💯

  • @shaikhanuman8012
    @shaikhanuman8012 2 роки тому +2

    Yes sir we want more projects on liveware

  • @huseyinlora
    @huseyinlora Рік тому

    Thank you for your simplicity and detailed explanations

  • @yungifez
    @yungifez 2 роки тому +4

    My current repo yungifez/schooldash is built using livewire
    A full school portal
    Livewire is quite annoying sometimes, but overall I'm satisfied

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

    Hey there, i am loving these tutorials.
    Countries seeder should be one of these two to give 10 countries for each continent.
    I prefer the first version here.
    1.
    foreach ($continents as $continent) {
    Continent::factory()
    ->has(Country::factory()->count(10))
    ->create($continent);
    }
    2.
    foreach ($continents as $continent) {
    Continent::factory()->create($continent);
    }
    Continent::all()
    ->each(function ($continent) {
    Country::factory()
    ->count(10)
    ->create(['continent_id' => $continent->id]);
    });

  • @fawad0301
    @fawad0301 Рік тому +1

    Very helpful projects for beginner to learn Livewire...

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

    Thank you for this content. I love the way you took you time to explain everything in details

  • @joshuabalansa752
    @joshuabalansa752 Рік тому +1

    Thank you bro! Great tutorial, please create more projects like this👏👏

  • @outremoualguem
    @outremoualguem Рік тому

    we need more of those livewire tuturials and projects!!

  • @asgharakbaraja4780
    @asgharakbaraja4780 Рік тому +1

    Awesome nice simple projects try laravel livewire

  • @959Media
    @959Media 2 роки тому

    I noticed that on the 'todolist' you seem to have missed out what to do with the 'TodoItem' Model, I am attempting to fill in the gaps. Great video, Keep it up!

  • @AlmutasimAlmazidi
    @AlmutasimAlmazidi Рік тому

    It was really awesome explanation for such beginner in livewire with a little bit experience. The explanation was clear and straight forward.
    My suggestion to you to do another explanation similar to this but in different scenario like: upload documents, export excell sheet, or using datatable based on livewire.
    At the end, you have provided an outstanding explnation

  • @Fool-arxana
    @Fool-arxana 7 місяців тому +1

    Thank you for this video. I just subscribed. Looking forward for your next videos.

  • @nikolaWd
    @nikolaWd Рік тому +1

    TALL Stack Project

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

    Thanks to your all tutorials. So detail, so easy to know.

  • @theotheluo6546
    @theotheluo6546 Рік тому

    Thanks for the easy this tutorial Codeholic, it is easy to follow and understand. I look forward to more of this quality content.

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

    Thanks for the video. Very interesting. Wish you make a big project with more features... 👍

  • @TalesGrechi
    @TalesGrechi 7 місяців тому

    Great video! Some part of the code has to be adjusted to Livewire 3, however.

  • @nikulasoskarsson5472
    @nikulasoskarsson5472 Рік тому

    haha just in the intro and this is awesome! Thought I should learn Livewire to create a cascading dropdown for my Laravel website and it's one of the projects

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

    Hello, I have watched the livewire screencast tutorial but didn't understand that much can you make or build a full course on livewire I like the way you teach. I understand easily.

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

      and also there is tutorial on livewire version was 1.

  • @bahimaek4615
    @bahimaek4615 10 місяців тому

    Super. Thank you for your support

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

    Thanks a lot for your videos man! Really helpful and clear, you the best!

  • @rohan.mahajan
    @rohan.mahajan Рік тому

    Amazing tutorial... Keep it up

  • @Ali-qq9hy
    @Ali-qq9hy 2 роки тому +1

    God bless you Zura!! You are awesome as always, thank you for amazing content.

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

    Hello Zura, I have problem about laravel deploy. I watched your laravel deployment videos (survey&blog) and i just got 403 .htaccess error. What would i do can you please help me ? :(

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

      At what stage do you get 403? Are you sure you followed all the steps exactly as it is shown in videos?

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

      @@TheCodeholic actually i try deploy to my subdomain folder. I made all putty actions after you got 404 error in videos and you solved with use symbolic link but i just get 403 error

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

      @@TheCodeholic You are the my only hope to solve this problem. I can send my hosting folders pics on mail. I would appreciate it if solve this problem.

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

      @@TheCodeholic Hey Zura, I tried a lot and i changed the debug true. Its says vite manifest not found "npm install && npm run dev" how can i do it in putty because there is no docs to install node in putty. Thanks a lot :))

  • @fabiansb
    @fabiansb Рік тому

    34:31 I think you can use "find" or "findOrFail" method instead "where" and "first"

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

    thanks xo much Codaholic.. and please try to code step by step rather than copying and paste. Xo beginners can follow along

  • @aleksandrbakharev5199
    @aleksandrbakharev5199 Рік тому

    big thanks for guide

  • @ziyadalqurashi
    @ziyadalqurashi Рік тому +1

    Thank you Zura for this great video ✌

  • @actu-soft
    @actu-soft 2 роки тому

    You can repeat an other projects with this Livewire technology I find it very good to use it

  • @aaronthomas658
    @aaronthomas658 Рік тому

    Love you courses

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

    Zura, this is awesome video

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

    Amazing!! Amazing!! Can u make same course ecommerce laravel + vuejs using livewire??

    • @TheCodeholic
      @TheCodeholic  Рік тому +1

      I want to build full Livewire project. It might not be ecommerce course, but it will be interesting.

  • @man-yo7vd
    @man-yo7vd 2 роки тому +1

    I'm happy to see you again, has Apollo returned to its former glory?

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

      Thanks man.
      Unfortunatelly not fully.

    • @man-yo7vd
      @man-yo7vd 2 роки тому

      @@TheCodeholic I hope everything will be okay

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

    I am a big fan of yours and I have a question after watching this video: "Why don't you create any videos or plugins for Yii2 anymore " ?

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

      I Naresh. I have not seen your comment for a long time. Good to see you.
      To answer your question: Because lately I don't work on Yii2. And also I have been doing this channel for almost 4 years and have very small community. I want to reach more people and I can't do that with only Yii2. I hope you understand that.

  • @mazharuddin3647
    @mazharuddin3647 8 місяців тому

    The calculator component does not work after first action due to csrf issue.

  • @ziyadalqurashi
    @ziyadalqurashi Рік тому

    Please would tell us about extension you use with (PHP STORM) for displaying icons of files ... it's wonderful

    • @TheCodeholic
      @TheCodeholic  Рік тому

      I think its called Atom Matetial icons

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

    Can you make a short video about cascading dropdown has post list... like multi-category post filter?

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

    Amazing content👏👏

  • @wtfisgoingon101
    @wtfisgoingon101 Рік тому

    I found that option 'selected' attribute doesn't work in calculator exmaple. That means if I have not declared $action='+'; calc will not work without choosinf option

  • @eyuelnigussie7034
    @eyuelnigussie7034 Рік тому

    what is the extension error handling extension you are using

  • @nathanstanfordsr
    @nathanstanfordsr Рік тому

    I was enjoying this but I need to use bootstrap and when I installed tailwindcss I did something wrong rewatched it and can't figure out what that was. I want to move on but feel like I a so stuck.

  • @yekdevrokaya
    @yekdevrokaya Рік тому

    Thank you for this great video sir!! i love from nepal💚

  • @indrasaputraahmadi3449
    @indrasaputraahmadi3449 Рік тому

    thanks!

  • @aaronthomas658
    @aaronthomas658 Рік тому

    Can you do a course on an advanced CRM using laravel 10 and livewire maybe include filamentphp

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

    Thank you so much for the video , I am now learning vue to combine it with Laravel project, so is livewire a good alternative for js framework?

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

      Well, you can achieve the same result using Livewire, but the fundamental differences between Livewire and Vue+Laravel API is that using Livewire you get SEO friendly server side rendered content and you have Livewire active to make your page dynamic. Using Livewire you can do things very fast and if you don't know JavaScript well, that is probably good way to go.

  • @yekdevrokaya
    @yekdevrokaya Рік тому

    make some another video about laravel advance concept sir!!

  • @rajdewangan3079
    @rajdewangan3079 5 місяців тому

    please provide full livewire project with (Laravel,API,Livewire,Mysql,Deployment) Thank you

  • @Cosmic.Mysteries
    @Cosmic.Mysteries Рік тому

    while filling the input value in calculator i am receiving an error--->
    "Livewire encountered corrupt data when trying to hydrate the [calculator] component. Ensure that the [name, id, data] of the Livewire component wasn't tampered with between requests."

  • @vugarkhalil
    @vugarkhalil Рік тому +1

    Respect

  • @emmanuelochubili
    @emmanuelochubili Рік тому

    Thanks so much for this tutorial it’s very helpful. But I have a question if you could advise. On the 6th project, the Image upload project. Can you show us how to map images to a particular ID. Because all the images just shows up on the screen. So I just want an id to a name please 😢

  • @marcelooblan4843
    @marcelooblan4843 Рік тому

    hi, im also a beginner in livewire. i have question on terms of speed, wouldn't that takes longer when every time user sends an action like increment, decrement then it will create an ajax requests right away. im just curious, as i've been thinking the simple increment/decrement would be the job of alpinejs if you incorporate it. TALL

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

    What's your prefered way of creating professional projects? And why you prefer certain method over others.
    1. Laravel, jQuery, css framework
    2. Livewire
    3. API, JS framework

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

      It depends what I am building.
      If I build website and I need good SEO support I will use Laravel, Alpine.js, CSS framework plus Livewire components.
      If I build web application where SEO does not matter I will use API + JS Framework.
      I have not used livewire in a big project and I am looking for it.

  • @chadestell745
    @chadestell745 Рік тому

    How do you deploy to laravel forge successfully? It is not working for me...sadly and frustratingly.

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

    Hi, can you do a full tutorial in filamentphp?
    Thank you

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

      I have not heard that before TBH

  • @fleckenfurz77
    @fleckenfurz77 Рік тому

    Hi Codeholic,
    thx for your great tutorials! learned a lot!
    I have a little question though..perhaps you have an answer to my problem..
    In the Todo-List-App:
    When i hit enter the TodoList Component disappears! Only when i refresh the page, the list with the new record appears.
    Same behaviour when i delete a todo (navbar is showing up but not the component)

    • @TheCodeholic
      @TheCodeholic  Рік тому +1

      I can't say exactly why it happens, but try to compare your code to my code and find what is difference. This will help you to find the peoblem easily.

    • @fleckenfurz77
      @fleckenfurz77 Рік тому

      @@TheCodeholic Thank you for your answer m8!
      Comparing the code was (of course) the first thing i did. Unfortunately i didnt find the problem (i even copied your code over) and i spent 3 hours now to figure it out.
      Sorry, but....Livewire stinks!
      If i need reactive components in the future i ll stick to react or vue. (which are at least not as immature as livewire obviously is)

    • @TheCodeholic
      @TheCodeholic  Рік тому +1

      Is it possible to share the repo so that I can have a look?

    • @fleckenfurz77
      @fleckenfurz77 Рік тому

      @@TheCodeholic i figured it out...and you know what it was???
      I had a comment block above the surrounding div (in the todo-list.blade.php). Weird! :D

    • @TheCodeholic
      @TheCodeholic  Рік тому +1

      Comment brakes livewire?? Strange 😀

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

    What is name of plugin? I mean plugin with folder icons for the php storm

    • @TheCodeholic
      @TheCodeholic  Рік тому

      I think its called Atom Material Icons

  • @AliHassan-wc6nb
    @AliHassan-wc6nb 2 роки тому

    Hey champ, which one do you prefer? Laravel or Yii2?

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

      Depends what I want to build.
      I love yii2, it has full package what you might need when building an real world application. But it does not have great support if you want to use other CSS framework except bootstrap. That is bad.
      On the other hand Laravel does not have features what comes out of the box in yii2, such as Gii to speed up building process.

    • @AliHassan-wc6nb
      @AliHassan-wc6nb 2 роки тому

      @@TheCodeholic thanks Champ!but I think Laravel does have an extension like gii? Right? I don't know the name.

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

    we are waiting for laravel api and vue spa application again

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

      Good to know. Because I am working on E-commerce project with these technologies

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

      @@TheCodeholic oh ty man you're lifesaver , i suggets create a playlist with small videos (divide one big video into small components), you will get more views i think

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

      According to my experience one viral video works much better for me than splitted parts.

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

      @@TheCodeholic It's your job, you make very good content, many people are interested in Laravel + Vue, we are waiting for you

    • @959Media
      @959Media 2 роки тому

      @@phpisdead I prefer the single longer videos... Please dont copy and past though.

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

    If possible we need jet stream login in modal. Thanks in advance.

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

    its for laravel 9 or laravel 8?

  • @ahmedgfathy
    @ahmedgfathy 4 місяці тому

    Live wire complete crash course with complete user roles and permissions for crm I hope that please

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

    we want in udmey full sass app

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

      Thanks for letting me know.
      I try to allocate some time and start creating udemy courses. Saas will not be the first one, but who knows.

  • @MarmeekGoyani
    @MarmeekGoyani Рік тому

    Migrat

  • @MahdiMGH
    @MahdiMGH Рік тому

    I am new to Livewire. Do you have any tutorial for beginner? You go too fast on this video.

  • @reihanboo
    @reihanboo Рік тому

    this isnt really a 'project' innit

  • @-Exploit-
    @-Exploit- Рік тому

    for proper english, its not called me-gration, its called my-gration

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

    Super video