Skip to content

Commit 64ecafc

Browse files
authored
Merge pull request themsaid#117 from serversideup/storage-link-docs
On new installs, remind the user to link storage directories.
2 parents ce11f3f + 8fd7214 commit 64ecafc

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
@@ -37,6 +37,13 @@ php artisan wink:migrate
3737

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

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+
4047
(optional) Visit https://unsplash.com/oauth/applications to create a new unsplash app. Grab the access key and update `config/services.php`:
4148

4249
```php

0 commit comments

Comments
 (0)