Installing Livewire
- Open your Laravel project.
- Open new terminal.
- Type in composer require livewire/livewire.
- In any of your .blade.php files, include the livewire front-end assets.
- Put @livewireStyles in <head> tag.
- Put @livewireScripts at the end of the <body> tag.
That's it! Completely installed and ready to be used.
No comments:
Post a Comment
Komen atau sebarang pertanyaan di sini :)