Skip to content

Commit 270bc5e

Browse files
author
Ubuntu
committed
Merge remote-tracking branch 'upstream/master' into add-croppie
This is to stay up to date with writingink/wink master branch
2 parents f06d01f + 64ecafc commit 270bc5e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

readme.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
- [Introduction](#introduction)
3+
- [Installation](#installation)
4+
- [Updates](#updates)
5+
- [Themes](#themes)
6+
- [Road map](#road-map)
7+
- [Contributing](#contributing)
8+
- [License](#license)
9+
110
## Introduction
211

312
Wink's only job is to help you write and present your content with style. Wink is built on top of the world's finest PHP framework [Laravel](https://laravel.com), making it easy for everyone to install and maintain on any cloud platform.
@@ -28,6 +37,13 @@ php artisan wink:migrate
2837

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

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

3349
```php

0 commit comments

Comments
 (0)