Closed khanakia closed 2 years ago
Hey @khanakia! We're sorry to hear that you've hit this issue. 💛
However, it looks like you forgot to fill in the reproduction repository URL. Can you edit your original post and then we'll look at your issue?
We need a public Git repository which contains a Laravel app with the minimal amount of Filament code to reproduce the problem. That would allow us to download it and review your bug much easier, so it can be fixed quicker. Please make sure to include a database seeder with everything we need to set the app up quickly.
@danharrin the issue is within in the main repo so there is no need to create a reproduction repo.
All you have to do is create any non-PHP files e.g README.md under app/Filamnet/Resources
directory. that's all
Thank you for providing reproduction steps! Reopening the issue now.
Package
filament/filament
Package Version
2.0
Laravel Version
9
Livewire Version
2.10.6
PHP Version
8
Problem description
When i have some other files e.g. txt, md inside the resources directory it throws error. It should only include PHP files and ignore all other extensions.
Expected behavior
There should be no error
Steps to reproduce
Just add any text or md file inside Resources directory
Reproduction repository
https://github.com/khanakia/filament-error
Relevant log output