Merge pull request #1 from wdavis/master

Installation tweaks
This commit is contained in:
Bjorn Voesten 2020-12-04 22:40:57 +01:00 committed by GitHub
commit ddf24dd78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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(