Skip to content

Commit

Permalink
Fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvenga committed Dec 15, 2022
1 parent 44f5f8c commit c9d7796
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,16 @@ or Blade directive @settings
```php
@settings('group.setting')
```
For PHPStorm you can set this blade directive with [This instruction](https://www.jetbrains.com/help/phpstorm/blade-page.html)


or as part of native Laravel config()

```php
@config('settings.group.setting')
```

For PHPStorm you can set this blade directive with [This instruction](https://www.jetbrains.com/help/phpstorm/blade-page.html)
<b>Not working in console!</b>

## Update settings

Expand Down

0 comments on commit c9d7796

Please sign in to comment.