Skip to content

Commit c1f6d0d

Browse files
authored
Update README.md
1 parent 0d69f01 commit c1f6d0d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
# Lightweight-PHP-Framework-For-APIs.
22
Simple PHP framework that helps you quickly understand and write simple APIs.
3+
4+
## Installation
5+
6+
Use the package manager [composer](https://getcomposer.org/) to install required files
7+
8+
```bash
9+
composer install
10+
```
11+
1. Clone/download this folder to your computer.
12+
2. create .env file
13+
3. copy content in enf-exampl in .env file
14+
4. config .env file
15+
5.
16+
6. Voila! Enjoy development.
17+
18+
## Usage
19+
20+
> `cd public/`
21+
> `php -S localhost:8080`
22+
23+
## Model
24+
create name of model as same as name of table in database
25+
26+
## Contributing
27+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
28+
29+
## License
30+
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)