symfony 2 No route found for “GET /” 的解決方法
使用composer安裝symfony2之後執行的過程中出現問題如下:
No route found for "GET /"
後來進過查詢發現解決辦法問:找到檔案AppBubdle/Controller/DefaultController.php裡面的@Route("/app/example", name="homepage")改成@Route("/", name="homepage") 。檔案解決
或者不改檔案,再url之後加入app/example
如果還是不行執行:php app/console assets:install web
相關文章
- zabbix_get :command not found 解決辦法
- 解決Vue中”This dependency was not found”的方法Vue
- Linux提示crontab command not found的解決方法Linux
- bash: lspci: command not found解決方法
- get方式傳參的以post方法傳的解決方法
- Laravel7.0 Route::get ()->name ('home') route ('home') 報錯Laravel
- AIX dtterm not found的解決AI
- golang go get速度慢解決方法Golang
- [Symfony\Component\Debug\Exception\FatalThrowableError] Class 'LaravelLocalization' not foundExceptionErrorLaravel
- .woff HTTP GET 404 (Not Found)HTTP
- mysql中出現Unit mysql.service could not be found 的解決方法MySql
- CertPathValidatorException: Trust anchor for certification path not found解決方法ExceptionRust
- 'libxml/HTMLparser.h' file not found in ASIHTTPRequest 解決方法XMLHTMLHTTP
- 阿里雲伺服器Centos映象解決方案apt-get: command not found阿里伺服器CentOSapt-get
- ORA-01403:no data found 解決方法兩則
- 解決 command not found: expressExpress
- Symfony\Component\Debug\Exception\FatalThrowableError Class 'Lcobucci\JWT\Builder' not foundExceptionErrorJWTUI
- 使用 Route macro 來定義 Route 的新方法Mac
- sudo: apt-get: command not foundapt-get
- go語言go get 匯入官方依賴的解決方法Go
- symfony學習筆記2—純的PHP程式碼和symfony的區別筆記PHP
- flutter packages get - pub get failed (1)解決方案FlutterPackageAI
- 【使用tar解壓檔案到指定目錄時出現Not found in archive的解決方法 】Hive
- requests.get()爬去中文網頁亂碼解決方法網頁
- 解決bash: mysql: command not found的問題MySql
- 解決ntp的錯誤 no server suitable for synchronization foundServerUI
- Symfony2的表單事件 FormEventSubscriber事件ORM
- sqlplus: command not found解決SQL
- Sanic route() 方法/函式函式
- RAC遇到GC Buffer Busy的解決方法2GC
- jQuery Ajax get post 方法詳解jQuery
- Servlet中request請求Get和Post方法以及亂碼解決Servlet
- Mac: ‘SDL2/SDL_events.h‘ file not found解決方案及demo示例Mac
- Symfony筆記之–控制器的快捷方法筆記
- react-native install 報錯 No git binary found in $PATH解決方法ReactGit
- Invalid bound statement (not found)錯誤解決
- 解決警告“ld: warning: directory not found for option”
- Objective-C中get/set方法初探(2)Object