Shield Plugin menu not appearing in the left sidebar menu

I installed fresh Laravel, Filament, and Shield. Below is the section from composer.json. I did not receive any errors, but the Filament Shield menu does not appear in the left sidebar menu.

"require": {
"php": "^8.2",
"bezhansalleh/filament-shield": "^3.3",
"filament/filament": "^3.3",
"laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1"
},
Was this page helpful?