Missing files running php artisan vendor:publish --tag="filament-views" on filament v3
Hello there,
I just started a new laravel project and installed filament v3 according the documentation and I want to override the login view so that it only has a button to login via Socialite.
After running the command
It generates a bunch of folders and blade files but no views like login.blade.php for example...
filament v3.0-stable
Laravel v10.17.1
Is it a bug?
Many thanks
I just started a new laravel project and installed filament v3 according the documentation and I want to override the login view so that it only has a button to login via Socialite.
After running the command
php artisan vendor:publish --tag="filament-views"It generates a bunch of folders and blade files but no views like login.blade.php for example...
filament v3.0-stable
Laravel v10.17.1
Is it a bug?
Many thanks
