Commands.app

php artisan make:filament-page

Pages

Create a new Filament custom page

Options & Flags
Available options for this command
--resource

Specify resource to attach page to

--type

Page type (e.g., ManageRecords, ViewRecord)

Examples
Common usage examples

Create Settings page

php artisan make:filament-page Settings

Create custom resource page

php artisan make:filament-page ManageUsers --resource=UserResource --type=ManageRecords
Notes
  • Custom pages for admin panel
  • Can be standalone or attached to resources
Related Commands
You might also find these useful