laravel8 jetstream livewire doesn't work after i run php artisan vendor:publish --tag=jetstream-views
Asked
Active
Viewed 2,077 times
2
-
1You probably just need to clear your cache, run `php artisan optimize:clear` – Qirel Mar 12 '21 at 06:34
-
1Please share relevant code. – Digvijay Mar 12 '21 at 14:05
-
looks to me that your blade is not parsin livewire? Are you sure you installed laravel jetstream with livewire or maybe by mistake with vue? If not, try again, run jetstream:install and tell to use livewire/blade this: php artisan jetstream:install livewire after that if not work, try to clear your cache with php artisan optimize:clear – Vladd Mar 12 '21 at 18:26