Basic Laravel Livewire Project Commands

PHOTO EMBED

Fri Jul 15 2022 06:14:56 GMT+0000 (Coordinated Universal Time)

Saved by @ahmad007

laravel new projectName
make database in phpmyadmin
composer require livewire/livewire
add @livewirestyles at the end of head and @livewirescripts at the end of body cripts 
composer require laravel/Jetstream
php artisan jetstream : install livewire
content_copyCOPY