Revision #7 has been created by
rackycz on Oct 8, 2025, 1:21:22 PM with the memo:
edit
« previous (#6) next (#8) »
Changes
Title
unchanged
Yii3 - How to start
Category
unchanged
Tutorials
Yii version
unchanged
3.0
Tags
unchanged
Content
changed
[...]
- make up
... then the web will be available on URL
- http://localhost:80
If you check the returned data you will see a `<xml>
` inside the browser. In order to obtain JSON-response, paste the URL into Postman. (so called "content negotiation" does this auto-decision)
If you want to modify the data that was returned by the endpoint, just open the action-class (src/Api/IndexAction.php) and add one more element to the returned array.
## Adding DB into your project[...]