Skip to content

Commit

Permalink
UPDATE: update to add cli content to use in CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
ArefShojaei committed Dec 16, 2024
1 parent da4c042 commit c044df5
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
* [plugin](#plugin)
* [validator](#validator)
7. [Template Engine](#template-engine)
8. [Helpers](#helpers)
8. [Cli ( console )](#cli-1)
9. [Helpers](#helpers)
* [import](#import)
* [route](#route)
* [dd](#dd)
Expand All @@ -50,7 +51,7 @@
* [assets](#assets)
* [validator](#validator-1)
* [assert](#assert)
9. [Hooks](#hooks)
10. [Hooks](#hooks)
* [useHTTP](#usehttp)
* [useGET](#useget)
* [usePOST](#usepost)
Expand Down Expand Up @@ -409,6 +410,24 @@ $post = [
$isValid = useValidator($schema, $post);
```

<br/>

## **Cli**
These are list of commands that can be done works to develop your application!
```bash
> php cli


░░ ░░ ░░░░░░░░ ░░░░░░░ ░░░░░░ ░░ ░░ ░░░░░░
▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒ ▒▒
▒▒ ▒▒ ▒▒ ▒▒▒▒▒ ▒▒▒▒▒▒ ▒▒▒▒▒▒▒ ▒▒▒▒▒▒
▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓ ▓▓
███████ ██ ██ ███████ ██ ██ ██ ██

Micro PHP Framework

Welcome 🎉
```

<br/>

Expand Down

0 comments on commit c044df5

Please sign in to comment.