en mi caso que uso xampp voy a htdocs
y ejecuto la siguiente sentencia:
composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic NOMBRE_PROYECTO
composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic NOMBRE_PROYECTO
-clean -clearPersistedState
GET /
ws_items: list all books page by page; HEAD /
ws_items: show the overview information of book listing; POST /
ws_items: create a new book; GET /
ws_items/123: return the details of the book 123; HEAD /
ws_items/123: show the overview information of book 123; PATCH /
ws_items/123 and PUT /books/123: update the book 123; DELETE /
ws_items/123: delete the book 123; OPTIONS /
ws_items: show the supported verbs regarding endpoint /books; OPTIONS /
ws_items/123: show the supported verbs regarding endpoint /books/123.
desde una terminal: $ sudo apt update $ sudo apt install google-chrome-stable