Build a Contact Form with Laravel Livewire
About Course
Laravel Livewire is a JavaScript library that allows you to build dynamic, responsive user interfaces without writing JavaScript. In this tutorial, we’ll show you how to build a simple contact form using Laravel Livewire. By following this step-by-step guide, you’ll learn how to validate form inputs, submit form data, and display success messages all without leaving the page.
Course Content
Setup Mac for Laravel Dev
-
Set up homebrew
-
Set up Various Apps
-
Install Laravel (Complete Guide)
-
Install Laravel Livewire
-
Building a Form Component in Laravel using Livewire
-
Handle the Form Data: Saving the Form Details to the Database
-
Adding Form Validation & Displaying Error & Success Messages