04 2019 档案
symfony 踩坑之旅 视频实操从第九章开始
摘要:1.annotation定义路由 @Route("/**",defaults={"name":"world"},requirements={"name"="\s"}) 参数要用双引号,不能用单引号。 2.执行命令php app/console doctrine:generate:entities C 阅读全文
posted @ 2019-04-25 17:16 caigan 阅读(220) 评论(0) 推荐(0) 编辑
symfony generate bundle autoload failed的解决办法
摘要:I also encountered this problem,I add new bundle namespace in composer.json"autoload": { "psr-4": { "AppBundle\\": "src/AppBundle", "BlogBundle\\": "s 阅读全文
posted @ 2019-04-24 23:35 caigan 阅读(228) 评论(0) 推荐(0) 编辑