How to use alpinejs along livewire with mini project
First, we create a Laravel project called Alp-wire as follows:
composer create-project laravel/laravel Alp-wire
Then we install livewire with the following command in Laravel project:
composer require livewire/livewire
Then in the command line we use...
mohammadreza-khorrami.hashnode.dev9 min read