https://github.com/csuarez/theevnt-symfony2
Proyecto de prueba para el Seminario TheEvnt Symfony2
https://github.com/csuarez/theevnt-symfony2
Last synced: 23 days ago
JSON representation
Proyecto de prueba para el Seminario TheEvnt Symfony2
- Host: GitHub
- URL: https://github.com/csuarez/theevnt-symfony2
- Owner: csuarez
- License: mit
- Created: 2011-11-25T23:06:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-26T00:57:36.000Z (over 14 years ago)
- Last Synced: 2025-03-02T20:19:22.721Z (over 1 year ago)
- Language: PHP
- Homepage: http://seminarios.theevnt.com/2011/11/06/seminario-de-noviembre-symfony2/
- Size: 3.75 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Código de ejemplo para Seminarios TheEvnt
=========================================
Este proyecto contiene el código fuente resultado de las modificaciones
propuestas durante los Seminarios TheEvnt la presentación sobre un proyecto vacío Symfony2.
¡¡Recuerda!!
------------
* Los ficheros `app/log` y `app/cache` tienen que tener permisos de escritura.
* La base de datos se configura en `app\config\parameters.ini`.
* Para crear el esquema de la BD, ejecuta: `php app/console doctrine:schema:create`.