Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| <?php | |
| namespace Zalas\Bundle\PackagistBundle\Command; | |
| use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; | |
| use Symfony\Component\Console\Input\InputInterface; | |
| use Symfony\Component\Console\Input\InputOption; | |
| use Symfony\Component\Console\Output\OutputInterface; | |
| class FindPackageListsCommand extends ContainerAwareCommand |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| <VirtualHost *:80> | |
| DocumentRoot /mnt/project/web | |
| RewriteEngine On | |
| RewriteCond %{DOCUMENT_ROOT}/$1 !-f | |
| RewriteRule ^/direcory/(.*)$ /direcory/app_dev.php [QSA,L,PT] | |
| Alias /direcory /mnt/project/web |
| <?php | |
| use Symfony\Component\HttpFoundation\File\File; | |
| use Symfony\Component\HttpFoundation\File\UploadedFile; | |
| /** | |
| * @Entity | |
| */ | |
| class Document | |
| { |