Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Jun 8, 2017
1 parent e6ace12 commit c9ef932
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 @@ -138,7 +138,8 @@ spiral register spiral/vault
Add following bootloader to your application:
```php
[
\Spiral\Vault\Bootloaders\VaultBootloader::class
\Spiral\Listing\Bootloaders\ListingsBootloader::class,
\Spiral\Vault\Bootloaders\VaultBootloader::class,
]
```

Expand All @@ -148,6 +149,7 @@ If you wish to play with Vault without configuring security rules (development o

```php
[
\Spiral\Listing\Bootloaders\ListingsBootloader::class,
\Spiral\Vault\Bootloaders\VaultBootloader::class,
\Spiral\Vault\Bootloaders\InsecureBootloader::class
]
Expand Down

0 comments on commit c9ef932

Please sign in to comment.