Difference between #6 and #7 of
Yii3 - How to start

Revision #7 has been created by rackycz 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
[...]
1 0
2 followers
Viewed: 585 times
Version: 3.0
Category: Tutorials
Tags:
Written by: rackycz rackycz
Last updated by: rackycz rackycz
Created on: Oct 8, 2025
Last updated: 2 days ago
Update Article

Revisions

View all history