File tree 1 file changed +2
-20
lines changed
1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 10
10
- Console
11
11
- Middleware
12
12
- 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 )
14
14
15
15
## How to get started
16
16
@@ -31,15 +31,7 @@ or just download the [latest release](https://github.com/harryosmar/php-bootstra
31
31
32
32
33
33
## 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*
43
35
```
44
36
php -S localhost:8000 -t public
45
37
```
@@ -56,13 +48,3 @@ composer test
56
48
- post an issue https://github.com/harryosmar/php-bootstrap/issues
57
49
- create the PR(Pull Request) and wait for the review
58
50
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
-
You can’t perform that action at this time.
0 commit comments