Skip to content

Commit db8f515

Browse files
author
Bradley Weston
authored
Merge pull request #93 from sarhugo/master
Fixes README instructions to publish config file
2 parents 48c9adb + 0bd0fe2 commit db8f515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Despite the package name, this package works with Laravel 5.x!
1515
## Installation - Laravel >= 5.5
1616

1717
1. `composer require anlutro/l4-settings`
18-
2. Publish the config file by running `php artisan vendor:publish --provider="anlutro/l4-settings" --tag="config"`. The config file will give you control over which storage engine to use as well as some storage-specific settings.
18+
2. Publish the config file by running `php artisan vendor:publish --provider="anlutro\LaravelSettings\ServiceProvider" --tag="config"`. The config file will give you control over which storage engine to use as well as some storage-specific settings.
1919

2020
## Installation - Laravel < 5.5
2121

0 commit comments

Comments
 (0)