Это старая версия документа!
Helper plugin linkback is not available or invalid.
API Platform
Версии
версии 2.6
<?php // api/src/Entity/Book.php namespace App\Entity; use ApiPlatform\Core\Annotation\ApiResource; #[ApiResource( iri: 'https://schema.org/Book', itemOperations: [ 'get', 'post_publication' => [ 'method' => 'POST', 'path' => '/books/{id}/publication', ], ]) ] class Book { // ... }
версии 2.7
<?php // api/src/Entity/Book.php namespace App\Entity; use ApiPlatform\Metadata\ApiResource; use ApiPlatform\Metadata\Get; use ApiPlatform\Metadata\Post; use App\Controller\CreateBookPublication; #[ApiResource(types: ['https://schema.org/Book'], operations: [ new Get(), new Post(name: 'publication', uriTemplate: '/books/{id}/publication') ])] class Book { // ... }
| 2015/10/13 09:01 | yii2, php | ||
| 2015/10/13 09:01 | shell, utils, developing, server, php, ruby, nodejs, java-script, mysql, back-end, front-end, vuejs | ||
| 2015/10/13 09:01 | php, cms, livestreet | ||
| 2015/10/13 09:01 | script, shell, bash, sh, nginx, mysql, redis, php, install, sitecreate | ||
| 2015/10/13 09:01 | php, phpstorm, ide, debug | ||
| 2015/10/13 09:01 | php, php5, php7, composer, shell | ||
| 2020/07/24 20:24 | php, languages, server | ||
| 2018/10/28 22:18 | php, php5, php7, composer, shell | ||
| 2015/10/13 09:01 | php, homebrew | ||
| 2015/12/19 18:17 | brew, homebrew, php, fpm | ||
| 2015/12/19 18:32 | brew, homebrew, php, fpm | ||
| 2015/12/19 18:50 | brew, homebrew, php, fpm | ||
| 2015/10/13 09:01 | homebrew, nginx, php, mysql | ||
| 2015/10/13 09:01 | php, test, codeception | ||
| 2015/10/13 09:01 | php, debugger, xdebug, phpdbg | ||
| 2015/10/13 09:01 | php, scripts, libraries, word, docx | ||
| 2015/10/13 09:01 | php, develop, generate, translit | ||
| 2015/10/13 09:01 | php, languages, extension | ||
| 2015/10/13 09:01 | php, crawler, web, httpclient | ||
| 2015/10/13 09:01 | php, web, httpclient | ||
| 2015/11/13 15:36 | php, crawler, web, httpclient | ||
| 2017/01/25 18:38 | judy, php, extension | ||
| 2019/05/20 10:00 | laravel, framework, php | ||
| 2015/10/13 09:01 | php, extension | ||
| 2017/03/14 22:43 | non-blocking, php, nonblock, react | ||
| 2015/11/13 13:31 | php, crawler, web, httpclient | ||
| 2015/10/13 09:01 | debug, php, phped, ide | ||
| 2017/01/23 21:02 | php, languages, extension | ||
| 2023/09/12 15:57 | symfony | ||
| 2015/11/02 18:35 | extension, yii2, php | ||
| 2015/10/13 09:01 | php, debugger, xdebug, phpdbg, phpstorm, ide | ||
| 2015/10/13 09:01 | php | ||
| 2015/10/13 09:01 | php, develop, generate | ||
| 2019/06/30 20:04 | lumen, laravel, framework, php | ||
| 2024/10/10 01:32 | laravel, framework, php | ||
| 2024/04/14 23:41 | php, api-platform, symfony | ||
| 2024/04/15 20:27 | php, api-platform, symfony | ||
| 2024/04/15 23:30 | php, api-platform, symfony | ||
| 2024/04/16 00:55 | php, api-platform, symfony | ||
| 2024/04/15 21:01 | php, api-platform, symfony | ||
| 2024/04/15 22:07 | php, api-platform, symfony | ||
| 2024/04/14 23:52 | php, api-platform, symfony | ||
| 2024/04/15 20:23 | php, api-platform, symfony | ||
| 2015/10/13 09:01 | php, server, service, fpm, lnmp | ||
| 2015/10/13 09:01 | php, libs, libraries | ||
| 2015/10/21 08:53 | opcache, xcache, php, cache | ||
| 2015/10/21 08:54 | opcache, xcache, php, cache |