We will learn about other features of properties, types of supported properties, property reset, locked properties, computed properties, and the refresh property.
We're going to create a simple DataTable with Laravel Livewire, which is a table with sorting fields, actions, a search field, and pagination. We'll also create the structure for sorting the columns of the list and an example with Volt.
Creating applications in Laravel (Including Livewire and Inertia)
10-11-2025 - Andrés Cruz
We are going to take the first steps with Laravel, we are going to talk from its installation, the configuration of the ecosystem in Windows and generate our first project and explain the structure of Laravel directories and files.