This guide is for the Filament panel builder. If you are looking to use the Filament UI components outside of a panel, visit the Components documentation.
/admin and sign in with a user account. You will be redirected to the default dashboard of the panel.
Resources
Resources are the core of your Filament application. They are CRUD UIs for models that you want to manage in the panel. Out of the box, Filament will generate three pages in each resource:- List: A paginated table of all the records in the Eloquent model.
- Create: A form to create a new record.
- Edit: A form to edit an existing record.