File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11# Tatter\Files
22File 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
691 . Install with Composer: ` > composer require tatter/files `
7102 . Migrate the database: ` > php spark migrate -all `
8112 . Seed the database: ` > php spark db:seed "Tatter\Files\Database\Seeds\FileSeeder" `
9123 . 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
1320The Files module is a self-contained set of routes and functions that adds uploading and
You can’t perform that action at this time.
0 commit comments