Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit edc56be

Browse files
committed
Removed AcmeDemoBundle
1 parent 07dacd2 commit edc56be

31 files changed

+0
-688
lines changed

app/AppKernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function registerBundles()
2020
);
2121

2222
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
23-
$bundles[] = new Acme\DemoBundle\AcmeDemoBundle();
2423
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
2524
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
2625
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();

app/config/routing_dev.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ _configurator:
1212

1313
_main:
1414
resource: routing.yml
15-
16-
# AcmeDemoBundle routes (to be removed)
17-
_acme_demo:
18-
resource: "@AcmeDemoBundle/Resources/config/routing.yml"

app/config/security.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,5 @@ security:
1818
pattern: ^/(_(profiler|wdt)|css|images|js)/
1919
security: false
2020

21-
login:
22-
pattern: ^/demo/secured/login$
23-
security: false
24-
25-
secured_area:
26-
pattern: ^/demo/secured/
27-
form_login:
28-
check_path: _security_check
29-
login_path: _demo_login
30-
logout:
31-
path: _demo_logout
32-
target: _demo
33-
#anonymous: ~
34-
#http_basic:
35-
# realm: "Secured Demo Area"
36-
3721
access_control:
38-
- { path: ^/demo/secured/hello/admin/, roles: ROLE_ADMIN }
3922
#- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }

src/Acme/DemoBundle/AcmeDemoBundle.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/Acme/DemoBundle/Controller/DemoController.php

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/Acme/DemoBundle/Controller/SecuredController.php

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/Acme/DemoBundle/Controller/WelcomeController.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Acme/DemoBundle/DependencyInjection/AcmeDemoExtension.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/Acme/DemoBundle/EventListener/ControllerListener.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/Acme/DemoBundle/Form/ContactType.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)