FilamentF
Filamentβ€’3y ago
Husky110

CSS and JS are not loaded after pristine installation

Hey - I got some problems trying out filament.
I've created a new laravel project composer create-project laravel/laravel filament, added livewire via composer require livewire/livewire, added filament (as stated in the docs) via composer require filament/filament:"^2.0" and ran npm install plus npm build. But when I opened http://localhost:6060 I get the famous unstyled page and my browser throws 404-errors on basically every css- and js-file. They are not even present in the public-folder. For context: I have changed the default env-Path inside the bootstrap.php (this step is needed for my deployment) and I run the whole thing inside a docker-container using the same file I use for my standard frontend (using PHP 8.1 and nginX on Alpine Linux).
Since I do not see my error, hopefully a kind person can help me on this one. πŸ™‚
Was this page helpful?