We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd85f66 commit 2a6555eCopy full SHA for 2a6555e
README.md
@@ -19,7 +19,7 @@ php artisan vendor:publish --provider="Chr15k\MysqlEncrypt\MysqlEncryptServicePr
19
### 3. Configure Provider
20
- For Laravel 5.5 or later, the service provider is automatically loaded, skip this step.
21
22
-- For Laravel 5.4 or earlier, you'll need to add the following to `config/app.php`:
+- For Laravel 5.4 or earlier, add the following to `config/app.php`:
23
```php
24
'providers' => array(
25
Chr15k\\MysqlEncrypt\\MysqlEncryptServiceProvider::class
0 commit comments