Jun 22, 2024
0
Level 8
Use filament 3 jetstream
How to use filament 3 jetstream with blade and livewire ?
I used below commands.
composer require laravel/jetstream
composer require filament/filament
php artisan jetstream:install livewire
npm install && npm run dev
But I am getting 404 page while I am trying to browse http://127.0.0.1:8000/app/login.
How to debug the whole issue ?
I am learning filament 3, jetstream and livewire.
Please or to participate in this conversation.