You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and nothing shows up in the menu. The files are all there but nothing happens on the website. Docs say there might be some policy in effect but I didn't define any policies, nor did I find any in the app. I'm pretty new to Laravel so please tell me where to look for that. Also, adding
C:\Users\user\Herd\rb02-filament>php artisan make:filament-resource User --generate
INFO Filament resource [C:/Users/badde/Herd/rb02-filament/app/Filament/Resources/UserResource.php] created successfully.
The text was updated successfully, but these errors were encountered:
Package
filament/filament
Package Version
^3.2
Laravel Version
v12
Livewire Version
No response
PHP Version
8.4.3
Problem description
I'm trying to follow this tutorial:
https://laracasts.com/series/rapid-laravel-development-with-filament/episodes/2
so I created some models using Blueprint and then some resources using
and nothing shows up in the menu. The files are all there but nothing happens on the website. Docs say there might be some policy in effect but I didn't define any policies, nor did I find any in the app. I'm pretty new to Laravel so please tell me where to look for that. Also, adding
to the CustomerResource.php didn't change anything/ Is the tutorial outdated or what?
Expected behavior
As in the video, run the generate command, immediately see the result on the website
Steps to reproduce
Follow the tutorial mentioned above. I did exactly that.
Reproduction repository (issue will be closed if this is not valid)
https://github.com/pixelhoch/rb02-filament
Relevant log output
The text was updated successfully, but these errors were encountered: