diff --git a/readme.md b/readme.md index 26f0205..9c39f41 100644 --- a/readme.md +++ b/readme.md @@ -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. diff --git a/src/CipherSweetServiceProvider.php b/src/CipherSweetServiceProvider.php index ae72950..f51240b 100644 --- a/src/CipherSweetServiceProvider.php +++ b/src/CipherSweetServiceProvider.php @@ -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(