Skip to content

Commit 8fd7214

Browse files
committed
On new installs, remind the user to link storage directories.
1 parent 1c72a46 commit 8fd7214

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

+7
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ php artisan wink:migrate
2828

2929
Head to `yourproject.test/wink` and use the provided email and password to log in.
3030

31+
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
32+
`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:
33+
34+
```sh
35+
php artisan storage:link
36+
```
37+
3138
(optional) Visit https://unsplash.com/oauth/applications to create a new unsplash app. Grab the access key and update `config/services.php`:
3239

3340
```php

0 commit comments

Comments
 (0)