symfony - FileLoaderLoadException, Cannot import resource ... using FOSUserBundle -
i use symfony 2.2.1. , i'm trying install fosuserbundle. when tried create database using php app/console doctrine:schema:create --force
, system display error:
[symfony\component\config\exception\fileloaderloadexception] cannot import resource "d:\wamp\www\job\app/config\config.yml" "d:\wamp\www\job\app/config/config_dev.yml"
i had same problem. issue line missing in appkernel.php:
new fos\userbundle\fosuserbundle(),
Comments
Post a Comment