Skip to content

Commit cf52867

Browse files
authored
Update readme.md
1 parent ecb97a7 commit cf52867

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

readme.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Console
1111
- Middleware
1212
- Dependency Injection
13-
- Response for RESTful APIs https://github.com/harryosmar/php-restful-api-response
13+
- [Response for RESTful APIs](https://packagist.org/packages/harryosmar/php-restful-api-response)
1414

1515
## How to get started
1616

@@ -31,15 +31,7 @@ or just download the [latest release](https://github.com/harryosmar/php-bootstra
3131

3232

3333
## How To Use
34-
*Show Task List*
35-
```
36-
php console.php list
37-
```
38-
*Run Task* `php launcher.php {taskname}`
39-
```
40-
php console.php app:helloworld
41-
```
42-
*Open endpoints url*
34+
*Open application url*
4335
```
4436
php -S localhost:8000 -t public
4537
```
@@ -56,13 +48,3 @@ composer test
5648
- post an issue https://github.com/harryosmar/php-bootstrap/issues
5749
- create the PR(Pull Request) and wait for the review
5850

59-
### How To Add new route url
60-
- add your new route in route collections
61-
[https://github.com/harryosmar/php-bootstrap/blob/master/src/Routes.php](https://github.com/harryosmar/php-bootstrap/blob/master/src/Routes.php)
62-
63-
### How To Add new console Task
64-
- *Follow documentation* [here](https://symfony.com/doc/current/console.html) : how to create new console task
65-
- add your console task file to this folder
66-
[https://github.com/harryosmar/php-bootstrap/tree/master/src/Console](https://github.com/harryosmar/php-bootstrap/tree/master/src/Console)
67-
- then register your console task in [https://github.com/harryosmar/php-bootstrap/blob/master/src/Tasks.php](https://github.com/harryosmar/php-bootstrap/blob/master/src/Tasks.php)
68-

0 commit comments

Comments
 (0)