About this course
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 application:
We will implement Livewire elements such as:
- Password show/hide and measure strength (in live mode, obviously)
- Modal forms for creating/editing records
- Table sort, filter, search, export, reorder, inline edit
Additionally, we will use external JS-powered tools like Select2, CKEditor, SweetAlert, Chart.js
The final code will be available as a repository on GitHub.
Comment from one of the student:
Are you ready? Let's dive into the first lesson!