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
+16
Original file line number
Diff line number
Diff 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
+
1
10
## Introduction
2
11
3
12
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
28
37
29
38
Head to `yourproject.test/wink` and use the provided email and password to log in.
30
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
+
31
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