- Mac OS host machine (10.6+)
- VirtualBox (4.1+)
- Vagrant (1.0+)
- Connecting via VPN to a remote network
- Mounting a directory from your host machine to the guest machine using NFS with something like this:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
acme_hello.my_service: | |
class: Acme\HelloBundle\MyService | |
arguments: [%acme_hello.my_service_type%] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Acme\StudentBundle\Listener; | |
use Doctrine\Common\EventSubscriber, | |
Doctrine\ORM\Events, | |
Doctrine\ORM\Event\OnFlushEventArgs, | |
Doctrine\ORM\EntityManager, | |
DoctrineExtensions\Versionable\Entity\ResourceVersion; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Acme\UserBundle\Listener; | |
use Symfony\Component\Form\FormEvent; | |
use Symfony\Component\Form\FormEvents; | |
use Symfony\Component\Form\FormFactoryInterface; | |
use Symfony\Component\EventDispatcher\EventSubscriberInterface; | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Assetic Configuration | |
assetic: | |
debug: "%kernel.debug%" | |
use_controller: false | |
filters: | |
lessphp: | |
file: "%kernel.root_dir%/../vendor/leafo/lessphp/lessc.inc.php" | |
apply_to: "\.less$" | |
cssrewrite: ~ | |
cssembed: |
Alfred > Preferences > Features > Custom Web Searches
Click the following link to add the custom web search: alfredapp://customsearch/Search%20Packagist%20for/packagist/ascii/url=http://packagist.org/search/?q={query}
Now use it by opening Alfred's search box and typing packagist [vendor/package-name]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "mopa/symfony-bootstrap", | |
"description": "The \"Symfony Standard Edition\" distribution enriched with twitter/bootstrap2", | |
"autoload": { | |
"psr-0": { "": "src/" } | |
}, | |
"minimum-stability": "stable", | |
"repositories": [ | |
{ | |
"type": "package", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Acme\SystemBundle\Listener; | |
use Acme\SystemBundle\Entity\UserAccess; | |
use Symfony\Bridge\Doctrine\RegistryInterface; | |
use Symfony\Component\EventDispatcher\EventSubscriberInterface; | |
use IMAG\LdapBundle\Event\LdapEvents; | |
use IMAG\LdapBundle\Event\LdapUserEvent; | |
use Symfony\Component\Security\Core\Exception\AuthenticationException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$body = <<<XML | |
[Section 1] | |
Key 2.0=Value 2.0 | |
Key 2.2=Value 2.2 | |
Key 2.1=Value 2.1 | |
[/Section 1] | |
[Section 2] | |
Key 1.1=Value 1.1 |
Videos from the conference will be available some day via the SensioLabs YouTube page: http://www.youtube.com/user/SensioLabs
Lightning Talk - Cryptography for Lexical Analysis of OAuth 3.0 Protocols with UML Diagrams and Agile Design Patterns in the Silex Micro-framework
Jeremy Mikola
Video: http://www.youtube.com/watch?v=AiiNB0Y8SVI
Getting Good with the AWS SDK for PHP
Jeremy Lindblom