Skip to content

Commit 5d18914

Browse files
committed
Improve docs
1 parent d241cb3 commit 5d18914

File tree

2 files changed

+388
-2
lines changed

2 files changed

+388
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,11 +512,20 @@ You can override any protected method to customize the sitemap generation behavi
512512

513513
## Authorisation
514514

515-
TODO handle in project
515+
Authorisation setup is not included in this package. Most projects will use an authorisation strategy project-wide, e.g. via policies.
516+
517+
However authorisation can be easily implemented. There are two easy strategies:
518+
519+
1. Use the panel and implement a simple access rule for the panel on the user model in `canAccessPanel(Panel $panel)`
520+
2. Use a Filament authorisation library, like [Filament Shield](https://github.com/bezhanSalleh/filament-shield).
521+
Shield can automatically generate policies with permissions that you can link to specific roles.
516522

517523
## Configuration
518524

519-
TODO
525+
The package provides extensive configuration options to customize models, resources, database tables, and various features.
526+
You can modify the published configuration file to match your application's requirements.
527+
528+
For detailed configuration options and examples, see the [configuration documentation](documentation/configuration.md).
520529

521530
## TODO's
522531

0 commit comments

Comments
 (0)