Skip to content

Instantly share code, notes, and snippets.

@benbieler
benbieler / cloudSettings
Last active October 12, 2020 11:45
My Visual Studio Code Settings sync.
{"lastUpload":"2020-10-12T11:01:55.776Z","extensionVersion":"v3.4.3"}
{
"name": "redis",
"image": "redis:latest",
"hostname": "redis",
"memory": 128
},
@benbieler
benbieler / User.php
Created August 20, 2015 13:54
A simple symfony registration script. Entity - Form - Controller
<?php
namespace AppBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraint as Assert;
/**
* User
*
* @ORM\Table()