Skip to content

Commit 35cabbb

Browse files
authored
Merge pull request #36 from alisalehi1380/patch-1
bold and underline "production environment" in readme file
2 parents 3c692b6 + 948d68b commit 35cabbb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $panel->plugin(
8686
```
8787

8888
## Gates & Authorization
89-
When using filament debuggers (Horizon, Telescope & Pulse) in production environment, we need to make sure that they are accessible to the authorized filament admin user.
89+
When using filament debuggers (Horizon, Telescope & Pulse) in <ins>**production environment**</ins>, we need to make sure that they are accessible to the authorized filament admin user.
9090

9191
To achive this, we need to use filament default authorization guard and your application defined permissions provided by overidding the `gate()` and `authorization()` methods inside the HorizonServiceProvider, TelescopeServiceProvider and PulseServiceProvider respectively.
9292

@@ -107,9 +107,6 @@ protected function authorization()
107107

108108
```
109109

110-
#### Screenshots:
111-
112-
113110
## Testing
114111

115112
```bash

0 commit comments

Comments
 (0)