bean-component/php-organisation

Provides a Component for Organisation Domain Model.

v1.0.4 2020-02-03 08:27 UTC

This package is auto-updated.

Last update: 2024-04-29 04:09:44 UTC


README

  • For Upgrade and Dev Guideline or Workflow, check Documentation of phpThing Component.
  • After following the guideline above from phpThing Component, add this code to doctrine.yaml
            Bean\Thing\Doctrine:
                is_bundle: false
                type: annotation
                dir: '%kernel.project_dir%/vendor/bean-component/php-thing/doctrine/Orm'
                prefix: 'Bean\Thing\Doctrine\Orm'
                alias: Bean\Thing\Doctrine

Run these commands

  • mv -f composer-travis.json composer.json

  • composer $ACTION

  • cp -R src/Controller src-symfony/

  • cp -R src/Entity src-symfony/

  • cp -R src/Migrations src-symfony/

  • cp -R src/Repository src-symfony/

  • cp -R src/Kernel.php src-symfony/

  • cp -R -f Resources/symfony5-doctrine.yaml config/packages/doctrine.yaml

  • cp -R -f Resources/symfony5-services.yaml config/services.yaml

  • cp -R -f Resources/symfony5-routes-annotations.yaml config/routes/annotations.yaml

  • cp -R -f Resources/form/Symfony/templates templates

  • cp Resources/symfony5-phpunit.xml.dist ./