Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedalaahagag authored Dec 4, 2017
1 parent e159619 commit a4606ea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#tiny-framework
# tiny-framework

A light wight easy to use RESTful apis framework for education & demo purposes. stripped down framework to the fundamental components that that every one would essentially need to (learn / make a demo application).

Installation Instructions
Expand All @@ -8,7 +9,7 @@ Installation Instructions
2- run "composer update -o","composer du"
3- run the this command "php -S localhost:8080 -t public/" depends on your configuration

#Features
# Features
1- Service Container.

2- Routes.
Expand All @@ -29,19 +30,19 @@ Installation Instructions

10- File Handler.

#Commands
# Commands
1- Creates CRUD Controller / Model / Routes
```
./app/Core/Commands/Console tiny:create-crud <name>
```
#Run Unit Tests
# Run Unit Tests

```
1- cd /path/to/app
2- run ./vendor/bin/phpunit or composer test
```

#Missing Features
# Missing Features


- Adding more db drivers
Expand All @@ -64,4 +65,4 @@ form this point on the framework goes into action filling a service container

reading the routes

matching the requested route with the registered then get the controller and the requested function
matching the requested route with the registered then get the controller and the requested function

0 comments on commit a4606ea

Please sign in to comment.