Skip to content

Commit 78ef87c

Browse files
docs: adding menu key on readme
1 parent 47f1b4a commit 78ef87c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ After publishing, run the migrations to create the necessary tables:
3131

3232
php artisan migrate
3333

34+
### Menu na aplicação
35+
36+
No config/laravel-usp-theme.php, coloque ou reposicione a chave uspdev-forms para mostrar o menu. Ele será visível somente para admin.
37+
38+
```
39+
[
40+
'key' => 'uspdev-forms',
41+
],
42+
43+
```
44+
3445
## Configuration
3546

3647
You can customize the package's settings by modifying the config/forms.php file. Here, you can set the default Bootstrap version.

0 commit comments

Comments
 (0)