Closed MarkKremer closed 1 month ago
Hey @MarkKremer! 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 GitHub repository which contains a Laravel app with the minimal amount of Filament code to reproduce the problem. Please do not link to your actual project, what we need instead is a minimal reproduction in a fresh project without any unnecessary code. This means it doesn't matter if your real project is private / confidential, since we want a link to a separate, isolated reproduction. 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.
Thank you for providing reproduction steps! Reopening the issue now.
cc @ijpatricio
Thanks for the heads up, I'll fix it and report back here.
Package
Other
Package Version
newest
Laravel Version
^11.9
Livewire Version
No response
PHP Version
^8.2
Problem description
When creating a bug report on Github (https://github.com/filamentphp/filament/issues/new), I'm given the following example project to base my reproduction on: https://filament-issue.unitedbycode.com/ This project does not work out-of-the-box even though the page states that it does and it could also be more user-friendly.
Expected behavior
A list of things I ran into while setting-up the project:
php artisan serve
. That is not the case. I also had to run:php artisan key:generate
composer install
?php artisan migrate
php artisan db:seed
or something else to create a user.composer.json
doesn't contain filament as a dependency, even though it's present in thevendor
directory.App\Filament\Pages\Auth
) does not match the seeded user.App\Providers\Filament\AdminPanelProvider
isn't registered.php artisan route:list
because they weren't registered).Steps to reproduce
php artisan serve
.Reproduction repository (issue will be closed if this is not valid)
https://github.com/MarkKremer/filament-pr-2
Relevant log output
No response
Donate 💰 to fund this issue