diff --git a/maps_red/ticketing-bundle/0.6/config/routes/ticketing.yaml b/maps_red/ticketing-bundle/0.6/config/routes/ticketing.yaml new file mode 100644 index 00000000..0b2c5a66 --- /dev/null +++ b/maps_red/ticketing-bundle/0.6/config/routes/ticketing.yaml @@ -0,0 +1,3 @@ +ticketing: + resource: '@TicketingBundle/Resources/config/routing/routes.yaml' + prefix: /ticket diff --git a/maps_red/ticketing-bundle/0.6/manifest.json b/maps_red/ticketing-bundle/0.6/manifest.json new file mode 100644 index 00000000..e7be43c4 --- /dev/null +++ b/maps_red/ticketing-bundle/0.6/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Maps_red\\TicketingBundle\\TicketingBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } +} diff --git a/maps_red/ticketing-bundle/0.6/post-install.txt b/maps_red/ticketing-bundle/0.6/post-install.txt new file mode 100644 index 00000000..5f1cf4c7 --- /dev/null +++ b/maps_red/ticketing-bundle/0.6/post-install.txt @@ -0,0 +1,10 @@ + + What's next? + + +Please update config/packages/doctrine.yaml to link the entities correctly. + - For this please read the following documentation : + * https://github.com/Mapsred/TicketingBundle/blob/master/docs/2-setting_up_the_entities.md#b---fill-the-doctrine-configuration + - For a full list of configuration options, see: + * https://github.com/Mapsred/TicketingBundle/blob/master/docs/3-setting_up_the_configuration.md + diff --git a/maps_red/ticketing-bundle/0.6/src/Entity/Ticket.php b/maps_red/ticketing-bundle/0.6/src/Entity/Ticket.php new file mode 100644 index 00000000..e8d57673 --- /dev/null +++ b/maps_red/ticketing-bundle/0.6/src/Entity/Ticket.php @@ -0,0 +1,13 @@ +