Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mmacia/symfonymadridforms
Charla sobre formularios en Symfony Madrid
https://github.com/mmacia/symfonymadridforms
Last synced: about 3 hours ago
JSON representation
Charla sobre formularios en Symfony Madrid
- Host: GitHub
- URL: https://github.com/mmacia/symfonymadridforms
- Owner: mmacia
- License: mit
- Created: 2011-10-06T14:28:14.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-06T14:28:33.000Z (about 13 years ago)
- Last Synced: 2024-11-09T07:24:50.906Z (about 2 months ago)
- Language: PHP
- Homepage: http://www.symfony-madrid.es/
- Size: 182 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sistema de formularios en Symfony 2.0
========================Este es el código sobre la charla del sistema de formularios de Symfony 2 expuesta en el grupo [Symfony Madrid](http://www.symfony-madrid.es/)
[Presentación en Google Docs](https://docs.google.com/present/edit?id=0AS6vXUEysDDoZGc2emIzNjhfNDRnbWc5ZGRneg&hl=en_US)
Para usar el proyecto debes instalar las dependencias ejecutando el comando:
```
php bin/vendors installmkdir -p app/cache
mkdir -p app/logschmod 777 app/cache
chmod 777 app/logsapp/console assets:install web --symlink
```Enjoy!