You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Add the following alias to your 'aliases' array ```config/app.php```
58
58
**Step 3: From the command-line run**
59
59
60
60
```
61
-
php artisan vendor:publish"
61
+
php artisan vendor:publish
62
62
```
63
63
64
64
This will publish the LaravelSettings config file to the config directory, which will give you control over which storage engine to use as well as some storage-specific settings.
0 commit comments