Skip to content

Commit 037c5a6

Browse files
author
Famaxis
committed
updated readme
1 parent ba53243 commit 037c5a6

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Personal blog based on Laravel
1+
# Personal blog based on Laravel 8
22

33
In the blog you can write posts.
44

@@ -14,4 +14,18 @@ In the blog you can write posts.
1414

1515
## How to use:
1616

17-
Configure your database settings in .env, then `<php artisan migrate --seed>`. Admin page available at (/login), default user: 'admin@example.com', password - '1234'.
17+
Configure your database settings in .env, then `<php artisan migrate --seed>`. Admin page available at (/login), default user: 'admin@example.com', password - '1234'.
18+
19+
## Screenshots
20+
21+
![](https://i.postimg.cc/x1Qzqg2f/1.png)
22+
23+
![](https://i.postimg.cc/qMyKkSWD/2.png)
24+
25+
![](https://i.postimg.cc/XYgy5Fjw/3.png)
26+
27+
![](https://i.postimg.cc/1z5VrtXb/4.png)
28+
29+
![](https://i.postimg.cc/7PC7Rf9k/5.png)
30+
31+
![](https://i.postimg.cc/66DRxtbG/6.png)

0 commit comments

Comments
 (0)