class HelloController
{
/**
* @Route("/", name="hello")
*/
public function indexAction($name)
{
return new Response($name);
}
}
変数routing nameを使用せずにindexActionに
私のアプリケーションをSymfony 2.8からSymfony 3.3に移行しています。私はこれを持って私のコントローラ内部から : public function indexAction()
{
$email = new Email();
$form = $this->createForm(GetStartedType::class, $email, [
'a
私はEncoreをSymfonyで使用しようとしています。 First example 私は、コマンドを実行します。 ./node_modules/.bin/encore dev
、これはエラーを私に返します。 path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));