Skip to content

Commit 40bccb5

Browse files
committed
docs: improve demo section in README with console examples
1 parent 1fccdeb commit 40bccb5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ composer require koriym/file-upload
5858

5959
## Demo
6060

61+
### Web Demo
62+
6163
To see file upload integration in action:
6264

6365
```bash
@@ -66,6 +68,21 @@ php -S localhost:8080 -t demo/
6668

6769
Then visit [http://localhost:8080](http://localhost:8080) in your browser.
6870

71+
### Console Demos
72+
73+
Run various examples from the command line:
74+
75+
```bash
76+
# Basic examples with nested objects and DI
77+
php demo/run.php
78+
79+
# Array processing demo
80+
php demo/ArrayDemo.php
81+
82+
# CSV file processing with batch operations
83+
php demo/csv/run.php
84+
```
85+
6986
## Documentation
7087

7188
Comprehensive documentation including design philosophy, AI prompts for development assistance, and sample data examples can be found in the [docs/](docs/) directory.

0 commit comments

Comments
 (0)