Laravel is a fascinating framework, huge and with a somewhat steep learning curve and with multiple options; this book is not for beginners and assumes that you already know how to program in Laravel.
Laravel Livewire takes Laravel development a step further; automating routine processes in very flexible schemes based on components, Livewire components that allow us to communicate client and server in a very simple, efficient and easy way.
Laravel Livewire is not a framework, it is just a layer or scaffolding that adds certain extra features to the framework that we can use to create great applications, with less effort and development time.
Map
Chapter 1 - About Laravel Livewire: In this chapter, we will create a simple CRUD application and learn about all the elements of Livewire, such as handling forms, views, and directives using Livewire components.
Chapter 2 - Introduction to Livewire Components: In this chapter, we are going to create a simple CRUD type application and get to know all the elements of Livewire such as handling forms, views and directives through the Livewire components.
Chapter 3 - Components and Styles: In this chapter, we are going to work on the style, improving the created application so that it looks like another Laravel Livewire module.
Chapter 4 - Communication between components: In this chapter, we are going to learn about the communication between Livewire components based on events; detect changes in properties of the component class from the view and know the Laravel Livewire JavaScript
Chapter 5 - Creating a DataTable: Filters, search fields, and sorting: In this chapter, we will create filters and search fields for a list taking advantage of the benefits of Livewire, and we will also create sorting fields for the list by columns.
Chapter 6 - Proyects: In this chapter, we'll create several projects to learn more about Livewire's features, such as a To Do List, Alpine.js, a shopping cart, and a blog website.
Chapter 7 - Livewire JavaScript: In this chapter, we will get to know everything that Livewire offers us in JavaScript and combine it with other plugins, we will know the hooks in JavaScript, consume properties, functions and use of events.
Chapter 8 - Livewire Properties: In this chapter, we are going to learn about some extra features of Laravel Livewire properties, such as customizing the update phase of wire:models, such as the use of computed properties.
Chapter 9 - Testing: We will learn how to create unit and integration tests in the application we created earlier using Pest and PHPUnit.
Chapter 10 - Legacy: Characteristics of a Livewire project with Jetstream: In this chapter, we present the characteristics that a project created in Laravel Livewire has; team management, API Tokens, and authentication, are some of them.
By the end of the book, you will have the knowledge to create any basic application with Livewire and know more than just the basics of it.
I invite you to visit my website:
desarrollolibre.net
And get to know my work.