livewire

  1. phpdai

    Laravel Daily — Creating a Quiz System with Laravel + Livewire Step-by-Step

    About this course The best way to learn new things in coding is to code something step-by-step. This is exactly what this course is about.We will create a simple quiz/testing system with Laravel, adding a lot of Livewire components for dynamic behavior, like:Managing quiz questions/options...
  2. phpdai

    Laravel Daily — Practical Livewire - Order Management System Step-by-Step

    In this text-based course, we will create a real project to manage orders/products/categories with Laravel and add a lot of dynamic features with Laravel Livewire.Step by step, we will create three menu items: Categories, Products, and then Orders. Here are a few screenshots from the...
  3. phpdai

    Laravel Daily — Advanced Laravel Livewire

    About this course Laravel Livewire got so popular among Laravel developers, that I decided to expand on this topic, and in addition to the course for the beginners, now publishing this advanced course. Here I will share practical examples after creating and reviewing dozens of Livewire projects...
  4. phpdai

    Laravel Daily — Practical Alpine.js From Scratch

    Alpine.js is a relatively new mini-framework for JavaScript, which has the tagline "jQuery for the modern web". And it delivers that promise: you can easily create dynamic elements on your pages, without creating a big app.js with jQuery methods, and without creating a bigger component structure...