Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This issue was created when installing PAgeBundle #2

Closed
DavidBoubou opened this issue Dec 22, 2022 · 1 comment
Closed

This issue was created when installing PAgeBundle #2

DavidBoubou opened this issue Dec 22, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@DavidBoubou
Copy link
Owner

auto_mapping

@DavidBoubou DavidBoubou added the bug Something isn't working label Dec 22, 2022
@DavidBoubou DavidBoubou self-assigned this Dec 22, 2022
@DavidBoubou
Copy link
Owner Author

DavidBoubou commented Dec 22, 2022

S'assurer de la création de repository pour chaque entité du page bundle.
Verifier les annotation créer en ORM.

doctrine.yaml

    # IMPORTANT: You MUST configure your server version,
    # either here or in the DATABASE_URL env var (see .env file)
    #server_version: '13'

doctrine:
dbal:
url: '%env(resolve:DATABASE_URL)%'
orm:
auto_generate_proxy_classes: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
auto_mapping: true
mappings:
App:
is_bundle: false
dir: '%kernel.project_dir%/src/Entity'
prefix: 'App\Entity'
alias: App

        SonataPageBundle: ~  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant