Skip to content

Commit c734287

Browse files
committed
Add screenshots and badges
1 parent cfa640b commit c734287

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Tatter\Files
22
File uploads and management, for CodeIgniter 4
33

4+
[![](https://github.com/tattersoftware/codeigniter4-files/workflows/PHPUnit/badge.svg)](https://github.com/tattersoftware/codeigniter4-files/actions?query=workflow%3A%22PHPUnit%22)
5+
[![](https://github.com/tattersoftware/codeigniter4-files/workflows/PHPStan/badge.svg)](https://github.com/tattersoftware/codeigniter4-files/actions?query=workflow%3A%PHPStan%22)
6+
47
## Quick Start
58

69
1. Install with Composer: `> composer require tatter/files`
710
2. Migrate the database: `> php spark migrate -all`
811
2. Seed the database: `> php spark db:seed "Tatter\Files\Database\Seeds\FileSeeder"`
912
3. Start managing files: https://example.com/files
1013

14+
![image](https://user-images.githubusercontent.com/17572847/96811765-ff82c500-13e9-11eb-9f1d-c9461ef1a438.png)
15+
![image](https://user-images.githubusercontent.com/17572847/96811782-00b3f200-13ea-11eb-9f39-df56362e1d2b.png)
16+
![image](https://user-images.githubusercontent.com/17572847/96811800-01e51f00-13ea-11eb-8a2d-f06ae5dff469.png)
17+
1118
## Features
1219

1320
The Files module is a self-contained set of routes and functions that adds uploading and

0 commit comments

Comments
 (0)