Skip to content
This repository was archived by the owner on Apr 7, 2021. It is now read-only.

Commit 026d7b9

Browse files
committed
fixed readme & config being ignored re: issue #11
1 parent d99bffc commit 026d7b9

29 files changed

+625
-624
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ You may now enable automagic encryption and decryption of Eloquent models by edi
134134

135135
```php
136136
return [
137-
'enabled' => env('DATABASE_ENCRYPTION_ENABLED', true),
137+
'enabled' => env('DB_ENCRYPTION_ENABLED', true),
138138
];
139139
```
140140

141-
Or simply setting the the `DATABASE_ENCRYPTION_ENABLED` environment variable to true, via
141+
Or simply setting the the `DB_ENCRYPTION_ENABLED` environment variable to true, via
142142
the Laravel `.env` file or hosting environment.
143143

144144
```bash

docs/classes/AustinHeap.Database.Encryption.EncryptionFacade.html

+153-153
Large diffs are not rendered by default.

docs/classes/AustinHeap.Database.Encryption.EncryptionServiceProvider.html

+153-153
Large diffs are not rendered by default.

docs/coverage/Console/Commands/MigrateEncryptionCommand.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ <h4>Legend</h4>
734734
<span class="warning"><strong>Dead Code</strong></span>
735735
</p>
736736
<p>
737-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:47:14 UTC 2018.</small>
737+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Fri Mar 2 16:38:55 UTC 2018.</small>
738738
</p>
739739
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
740740
</footer>

docs/coverage/Console/Commands/dashboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h3>Project Risks</h3>
150150
<footer>
151151
<hr/>
152152
<p>
153-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:47:14 UTC 2018.</small>
153+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Fri Mar 2 16:38:55 UTC 2018.</small>
154154
</p>
155155
</footer>
156156
</div>

docs/coverage/Console/Commands/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h4>Legend</h4>
110110
<span class="success"><strong>High</strong>: 90% to 100%</span>
111111
</p>
112112
<p>
113-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:47:14 UTC 2018.</small>
113+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Fri Mar 2 16:38:55 UTC 2018.</small>
114114
</p>
115115
</footer>
116116
</div>

docs/coverage/Console/dashboard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h3>Project Risks</h3>
149149
<footer>
150150
<hr/>
151151
<p>
152-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:47:14 UTC 2018.</small>
152+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Fri Mar 2 16:38:55 UTC 2018.</small>
153153
</p>
154154
</footer>
155155
</div>

docs/coverage/Console/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h4>Legend</h4>
109109
<span class="success"><strong>High</strong>: 90% to 100%</span>
110110
</p>
111111
<p>
112-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:47:14 UTC 2018.</small>
112+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Fri Mar 2 16:38:55 UTC 2018.</small>
113113
</p>
114114
</footer>
115115
</div>

docs/coverage/EncryptionDefaults.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ <h4>Legend</h4>
474474
<span class="warning"><strong>Dead Code</strong></span>
475475
</p>
476476
<p>
477-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:47:14 UTC 2018.</small>
477+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Fri Mar 2 16:38:55 UTC 2018.</small>
478478
</p>
479479
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
480480
</footer>

docs/coverage/EncryptionFacade.php.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h4>Legend</h4>
239239
<span class="warning"><strong>Dead Code</strong></span>
240240
</p>
241241
<p>
242-
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Wed Feb 21 21:47:14 UTC 2018.</small>
242+
<small>Generated by <a href="https://github.com/sebastianbergmann/php-code-coverage" target="_top">php-code-coverage 5.3.0</a> using <a href="https://secure.php.net/" target="_top">PHP 7.2.2</a> with <a href="https://xdebug.org/">Xdebug 2.6.0</a> and <a href="https://phpunit.de/">PHPUnit 6.5.6</a> at Fri Mar 2 16:38:55 UTC 2018.</small>
243243
</p>
244244
<a title="Back to the top" id="toplink" href="#"><span class="glyphicon glyphicon-arrow-up"></span></a>
245245
</footer>

0 commit comments

Comments
 (0)