Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View aftabnaveed's full-sized avatar
🏠
Working from home

Aftab Naveed aftabnaveed

🏠
Working from home
View GitHub Profile
{{this.getChildHtml('settings')}}
{{this.getChildHtml('profile')}}
<?php
namespace Digibuzz\CoreBundle\Design;
use Tree\Node\NodeInterface;
use Tree\Node\Node;
use Symfony\Component\Templating\PhpEngine;
use Symfony\Component\Templating\TemplateNameParser;
use Symfony\Component\Templating\Loader\FilesystemLoader;
return $this->services['templating'] = new \Symfony\Bundle\TwigBundle\Debug\TimedTwigEngine($this->get('twig'), $this->get('templating.name_parser'), $this->get('templating.locator'), $this->get('debug.stopwatch'));
firewalls:
login:
pattern: ^/login$
anonymous: true
api:
pattern: ^/api$
anonymous: false
default:
pattern: ^/
form_login:
provider: digibuzz_user_provider
#login_path: /user/login