Skip to content

Commit

Permalink
Merge pull request #285 from mohaphez/bugfix/select-options
Browse files Browse the repository at this point in the history
[Bugfix/select options] Resolve HasOptions Merge Issue and Documentation Update
  • Loading branch information
atmonshi authored May 17, 2024
2 parents cd62a86 + 345b3e2 commit 03cfdb8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@ This will allow you to get the user name by another attribute like `full_name`
## Usage

To access the forms, visit the URL `/admin` , and `/bolt`.

## Deploying to Production

to Improve performance in the production environment, make sure to run these commands with your deployment workflow:

```bash
php artisan icons:cache
```

To learn more about performance in the production, check out [filament docs](https://filamentphp.com/docs/3.x/panels/installation#improving-filament-panel-performance).
1 change: 1 addition & 0 deletions src/Concerns/HasOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public static function dataSource(): Grid
],
];
})
->toBase()
->merge(
Bolt::availableDataSource()
->mapWithKeys(function ($item, $key) {
Expand Down

0 comments on commit 03cfdb8

Please sign in to comment.