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
+7
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ php artisan wink:migrate
37
37
38
38
Head to `yourproject.test/wink` and use the provided email and password to log in.
39
39
40
+
Before creating a blog post, make sure you have your image directory set up correctly. The directory is set in the `config/wink.php` and defaults to
41
+
`public/wink/images`. If you are installing Wink in a fresh Laravel install, make sure you link your public directory to the storage directory [https://laravel.com/docs/5.7/filesystem#configuration](https://laravel.com/docs/5.7/filesystem#configuration) using this command:
42
+
43
+
```sh
44
+
php artisan storage:link
45
+
```
46
+
40
47
(optional) Visit https://unsplash.com/oauth/applications to create a new unsplash app. Grab the access key and update `config/services.php`:
0 commit comments