Skip to content

PHPカンファレンス2023「Symfony+Doctrine ORMで始める安全なモジュラモノリス」のサンプルコードです

Notifications You must be signed in to change notification settings

77web/phpcon2023-symfony-doctrine-moduler-monolith-sample

Folders and files

NameName
Last commit message
Last commit date
Oct 1, 2023
Oct 6, 2023
Oct 6, 2023
Oct 1, 2023
Oct 6, 2023
Oct 1, 2023
Oct 6, 2023
Oct 6, 2023
Oct 1, 2023
Oct 3, 2023
Oct 1, 2023
Oct 1, 2023
Oct 1, 2023
Oct 6, 2023
Oct 6, 2023
Oct 3, 2023
Oct 1, 2023
Oct 6, 2023
Oct 6, 2023

Repository files navigation

fake-fortee for phpcon2023 talk "SymfonyとDoctrineで始める安全なモジュラモノリス"

how to run tests

composer install
symfony console doctrine:schema:update --force --env=test
vendor/bin/phpunit

how to see application working

Install Symfony command first. The instruction is here: https://symfony.com/download#step-1-install-symfony-cli

composer install
docker compose up -d
symfony console doctrine:schema:update --force
symfony console app:demo
symfony server:start -d

Visit http://127.0.0.1:8000 in your browser.

About

PHPカンファレンス2023「Symfony+Doctrine ORMで始める安全なモジュラモノリス」のサンプルコードです

Resources

Stars

Watchers

Forks