Created
August 29, 2015 23:07
-
-
Save dsteplight/104b58c39be61695d0e1 to your computer and use it in GitHub Desktop.
No entity manager defined for class Sympal\TorneioBundle\Entity\Tournaments Configs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imports: | |
- { resource: parameters.yml } | |
- { resource: security.yml } | |
- { resource: services.yml } | |
- { resource: @SympalTorneioBundle/Resources/config/services.yml } | |
# Put parameters here that don't need to change on each machine where the app is deployed | |
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration | |
parameters: | |
locale: en | |
framework: | |
#esi: ~ | |
#translator: { fallbacks: ["%locale%"] } | |
secret: "%secret%" | |
router: | |
resource: "%kernel.root_dir%/config/routing.yml" | |
strict_requirements: ~ | |
form: ~ | |
csrf_protection: ~ | |
validation: { enable_annotations: true } | |
#serializer: { enable_annotations: true } | |
templating: | |
engines: ['twig'] | |
#assets_version: SomeVersionScheme | |
default_locale: "%locale%" | |
trusted_hosts: ~ | |
trusted_proxies: ~ | |
session: | |
# handler_id set to null will use default session handler from php.ini | |
handler_id: ~ | |
fragments: ~ | |
http_method_override: true | |
# Twig Configuration | |
twig: | |
debug: "%kernel.debug%" | |
strict_variables: "%kernel.debug%" | |
# Assetic Configuration | |
assetic: | |
debug: "%kernel.debug%" | |
use_controller: false | |
bundles: [ ] | |
#java: /usr/bin/java | |
filters: | |
cssrewrite: ~ | |
#closure: | |
# jar: "%kernel.root_dir%/Resources/java/compiler.jar" | |
#yui_css: | |
# jar: "%kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar" | |
# Doctrine Configuration | |
doctrine: | |
dbal: | |
driver: pdo_mysql | |
host: "%database_host%" | |
port: "%database_port%" | |
dbname: "%database_name%" | |
user: "%database_user%" | |
password: "%database_password%" | |
charset: UTF8 | |
# if using pdo_sqlite as your database driver: | |
# 1. add the path in parameters.yml | |
# e.g. database_path: "%kernel.root_dir%/data/data.db3" | |
# 2. Uncomment database_path in parameters.yml.dist | |
# 3. Uncomment next line: | |
# path: "%database_path%" | |
types: | |
json: Sonata\Doctrine\Types\JsonType | |
orm: | |
#auto_generate_proxy_classes: "%kernel.debug%" | |
#naming_strategy: doctrine.orm.naming_strategy.underscore | |
#auto_mapping: true | |
entity_managers: | |
default: | |
mappings: | |
ApplicationSonataUserBundle: ~ | |
SonataUserBundle: ~ | |
FOSUserBundle: ~ | |
# Swiftmailer Configuration | |
swiftmailer: | |
transport: "%mailer_transport%" | |
host: "%mailer_host%" | |
username: "%mailer_user%" | |
password: "%mailer_password%" | |
spool: { type: memory } | |
sonata_doctrine_orm_admin: | |
# default value is null, so doctrine uses the value defined in the configuration | |
entity_manager: ~ | |
audit: | |
force: true | |
templates: | |
form: | |
- SonataDoctrineORMAdminBundle:Form:form_admin_fields.html.twig | |
filter: | |
- SonataDoctrineORMAdminBundle:Form:filter_admin_fields.html.twig | |
types: | |
list: | |
array: SonataAdminBundle:CRUD:list_array.html.twig | |
boolean: SonataAdminBundle:CRUD:list_boolean.html.twig | |
date: SonataAdminBundle:CRUD:list_date.html.twig | |
time: SonataAdminBundle:CRUD:list_time.html.twig | |
datetime: SonataAdminBundle:CRUD:list_datetime.html.twig | |
text: SonataAdminBundle:CRUD:base_list_field.html.twig | |
trans: SonataAdminBundle:CRUD:list_trans.html.twig | |
string: SonataAdminBundle:CRUD:base_list_field.html.twig | |
smallint: SonataAdminBundle:CRUD:base_list_field.html.twig | |
bigint: SonataAdminBundle:CRUD:base_list_field.html.twig | |
integer: SonataAdminBundle:CRUD:base_list_field.html.twig | |
decimal: SonataAdminBundle:CRUD:base_list_field.html.twig | |
identifier: SonataAdminBundle:CRUD:base_list_field.html.twig | |
currency: SonataAdminBundle:CRUD:list_currency.html.twig | |
percent: SonataAdminBundle:CRUD:list_percent.html.twig | |
choice: SonataAdminBundle:CRUD:list_choice.html.twig | |
url: SonataAdminBundle:CRUD:list_url.html.twig | |
show: | |
array: SonataAdminBundle:CRUD:show_array.html.twig | |
boolean: SonataAdminBundle:CRUD:show_boolean.html.twig | |
date: SonataAdminBundle:CRUD:show_date.html.twig | |
time: SonataAdminBundle:CRUD:show_time.html.twig | |
datetime: SonataAdminBundle:CRUD:show_datetime.html.twig | |
text: SonataAdminBundle:CRUD:base_show_field.html.twig | |
trans: SonataAdminBundle:CRUD:show_trans.html.twig | |
string: SonataAdminBundle:CRUD:base_show_field.html.twig | |
smallint: SonataAdminBundle:CRUD:base_show_field.html.twig | |
bigint: SonataAdminBundle:CRUD:base_show_field.html.twig | |
integer: SonataAdminBundle:CRUD:base_show_field.html.twig | |
decimal: SonataAdminBundle:CRUD:base_show_field.html.twig | |
currency: SonataAdminBundle:CRUD:base_currency.html.twig | |
percent: SonataAdminBundle:CRUD:base_percent.html.twig | |
choice: SonataAdminBundle:CRUD:show_choice.html.twig | |
url: SonataAdminBundle:CRUD:show_url.html.twig | |
sonata_block: | |
default_contexts: [cms] | |
blocks: | |
# Enable the SonataAdminBundle block | |
sonata.admin.block.admin_list: | |
contexts: [admin] | |
# Your other blocks | |
sonata_user: | |
security_acl: true | |
manager_type: orm # can be orm or mongodb | |
sonata_block: | |
blocks: | |
#... | |
sonata.user.block.menu: # used to display the menu in profile pages | |
sonata.user.block.account: # used to display menu option (login option) | |
fos_user: | |
db_driver: orm # can be orm or odm | |
firewall_name: main | |
user_class: Application\Sonata\UserBundle\Entity\User | |
group: | |
group_class: Application\Sonata\UserBundle\Entity\Group | |
group_manager: sonata.user.orm.group_manager # If you're using doctrine orm (use sonata.user.mongodb.user_manager for mongodb) | |
service: | |
user_manager: sonata.user.orm.user_manager # If you're using doctrine orm (use sonata.user.mongodb.group_manager for mongodb) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sympal_torneio: | |
resource: "@SympalTorneioBundle/Resources/config/routing.yml" | |
prefix: / | |
app: | |
resource: "@AppBundle/Controller/" | |
type: annotation | |
admin: | |
resource: '@SonataAdminBundle/Resources/config/routing/sonata_admin.xml' | |
prefix: /admin | |
#When the below wasn't present I was getting a bug and my dashboard wasn't working | |
#it was working with th "admin" route above prior to adding the FOSUserBundle | |
sonata_user: | |
resource: '@SonataUserBundle/Resources/config/routing/admin_security.xml' | |
prefix: /admin | |
_sonata_admin: | |
resource: . | |
type: sonata_admin | |
prefix: /admin | |
fos_user_security: | |
resource: "@FOSUserBundle/Resources/config/routing/security.xml" | |
fos_user_resetting: | |
resource: "@FOSUserBundle/Resources/config/routing/resetting.xml" | |
prefix: /resetting | |
fos_user_profile: | |
resource: "@FOSUserBundle/Resources/config/routing/profile.xml" | |
prefix: /profile | |
fos_user_register: | |
resource: "@FOSUserBundle/Resources/config/routing/registration.xml" | |
prefix: /register | |
fos_user_change_password: | |
resource: "@FOSUserBundle/Resources/config/routing/change_password.xml" | |
prefix: /profile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To get started with security, check out the documentation: | |
# http://symfony.com/doc/current/book/security.html | |
security: | |
# [...] | |
encoders: | |
FOS\UserBundle\Model\UserInterface: sha512 | |
acl: | |
connection: default | |
role_hierarchy: | |
ROLE_ADMIN: [ROLE_USER, ROLE_SONATA_ADMIN] | |
ROLE_SUPER_ADMIN: [ROLE_ADMIN, ROLE_ALLOWED_TO_SWITCH] | |
SONATA: | |
- ROLE_SONATA_PAGE_ADMIN_PAGE_EDIT # if you are using acl then this line must be commented | |
# http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers | |
providers: | |
in_memory: | |
memory: ~ | |
fos_userbundle: | |
id: fos_user.user_manager | |
firewalls: | |
# Disabling the security for the web debug toolbar, the profiler and Assetic. | |
dev: | |
pattern: ^/(_(profiler|wdt)|css|images|js)/ | |
security: false | |
# -> custom firewall for the admin area of the URL | |
admin: | |
pattern: /admin(.*) | |
context: user | |
form_login: | |
provider: fos_userbundle | |
login_path: /admin/login | |
use_forward: false | |
check_path: /admin/login_check | |
failure_path: null | |
logout: | |
path: /admin/logout | |
anonymous: true | |
# -> end custom configuration | |
# default login area for standard users | |
# This firewall is used to handle the public login area | |
# This part is handled by the FOS User Bundle | |
main: | |
pattern: .* | |
context: user | |
form_login: | |
provider: fos_userbundle | |
login_path: /login | |
use_forward: false | |
check_path: /login_check | |
failure_path: null | |
logout: true | |
anonymous: true | |
access_control: | |
# URL of FOSUserBundle which need to be available to anonymous users | |
- { path: ^/login$, role: IS_AUTHENTICATED_ANONYMOUSLY } | |
- { path: ^/register, role: IS_AUTHENTICATED_ANONYMOUSLY } | |
- { path: ^/resetting, role: IS_AUTHENTICATED_ANONYMOUSLY } | |
# Admin login page needs to be access without credential | |
- { path: ^/admin/login$, role: IS_AUTHENTICATED_ANONYMOUSLY } | |
- { path: ^/admin/logout$, role: IS_AUTHENTICATED_ANONYMOUSLY } | |
- { path: ^/admin/login_check$, role: IS_AUTHENTICATED_ANONYMOUSLY } | |
# Secured part of the site | |
# This config requires being logged for the whole site and having the admin role for the admin part. | |
# Change these rules to adapt them to your needs | |
- { path: ^/admin/, role: [ROLE_ADMIN, ROLE_SONATA_ADMIN] } | |
- { path: ^/.*, role: IS_AUTHENTICATED_ANONYMOUSLY } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
sonata.admin.tournaments: | |
class: Sympal\TorneioBundle\Admin\TournamentsAdmin | |
tags: | |
- { name: sonata.admin, manager_type: orm, group: "Content", label: "Tournament" } | |
arguments: | |
- ~ | |
- Sympal\TorneioBundle\Entity\Tournaments | |
- ~ | |
calls: | |
- [ setTranslationDomain, [SympalTorneioBundle]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment