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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ php artisan vendor:publish"
59
59
60
60
This will publish ```config/log.txt``` in the tapha/mws-laravel package to your storage folder under mws/log.txt. It will also 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.
61
61
62
-
**Step 4: Add your settings to the LaravelSettings Settings Facade in the 'boot' method of the MwsServiceProvider.php file like this**
62
+
**Step 4: Add your settings to the LaravelSettings Settings Facade in the 'boot' method of the MwsServiceProvider.php file like this**
63
63
64
64
```php
65
65
//Set up the MWS configutation as defined in the LaravelSettings Object by app.
0 commit comments