symfonyで残りのAPIを構築しようとしていますhttps://github.com/FriendsOfSymfony/FOSRestBundle 例で説明したようにすべてを行いましたが、ルーティングで "api"アプリ/設定/ルーティングにあなたのバンドルのrouting.ymlファイルImoprt YourBundle /リソース/設定/のrouting.ymlFileLoaderLoadException - LexikJWTAuthenticationBundleを動作させることができません - symfony
myconfig:
type: rest
prefix: /api
resource: YourBundle\Controller\Api\YourController
name_prefix: api_ # naming collision
:
[Symfony\Component\Config\Exception\FileLoaderLoadException]
Class could not be determined for Controller identified by
"InveusUserBundle/Controller/UsersController" in
InveusUserBundle/Controller/UsersController
(which is being imported from "/vagrant/app/config/routing.yml").
Make sure there is a loader supporting the "rest" type.
あなたの 'app/config/config.yml'ファイルにFosRestBundleを設定しましたか? – Mcsky
はい、すべての設定もカスタムチュートリアルと公式のsymfonyのドキュメントに従っています – mrvnklm