commit
ddf24dd78f
|
|
@ -8,7 +8,7 @@ Make sure you have some basic understanding of CipherSweet before continuing.
|
|||
|
||||
Install the package using composer:
|
||||
```
|
||||
composer require bjorn-voesten/laravel-ciphersweet
|
||||
composer require bjorn-voesten/ciphersweet-for-laravel
|
||||
```
|
||||
|
||||
The package will then automatically register itself.
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class CipherSweetServiceProvider extends ServiceProvider
|
|||
{
|
||||
// Config
|
||||
$this->publishes([
|
||||
__DIR__ . '/../config/ciphersweet.php',
|
||||
__DIR__ . '/../config/ciphersweet.php' => config_path('ciphersweet.php')
|
||||
], 'ciphersweet-config');
|
||||
|
||||
$this->mergeConfigFrom(
|
||||
|
|
|
|||
Loading…
Reference in New Issue