Skip to content

Commit

Permalink
Merge pull request #15418 from rrmesquita/patch-1
Browse files Browse the repository at this point in the history
docs: update installation docs to mention testing
  • Loading branch information
danharrin authored Jan 23, 2025
2 parents 635933b + 6e8204f commit d518fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/panels/docs/01-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ You should also consider optimizing your Laravel app for production by running `

### Allowing users to access a panel

By default, all `User` models can access Filament locally. However, when deploying to production, you must update your `App\Models\User.php` to implement the `FilamentUser` contract — ensuring that only the correct users can access your panel:
By default, all `User` models can access Filament locally. However, when deploying to production or running unit tests, you must update your `App\Models\User.php` to implement the `FilamentUser` contract — ensuring that only the correct users can access your panel:

```php
<?php
Expand Down

0 comments on commit d518fe0

Please sign in to comment.