https://github.com/level7systems/sf2-crud
Symfony2 CRUD generator in 5 minutes
https://github.com/level7systems/sf2-crud
Last synced: 6 months ago
JSON representation
Symfony2 CRUD generator in 5 minutes
- Host: GitHub
- URL: https://github.com/level7systems/sf2-crud
- Owner: level7systems
- Created: 2014-08-29T05:54:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T10:48:28.000Z (over 11 years ago)
- Last Synced: 2023-09-10T03:40:39.244Z (almost 3 years ago)
- Language: PHP
- Size: 8.71 MB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony2 CRUD generator in 5 minutes
Source code for the tutorial [Symfony2 CRUD generator in 5 minutes](http://level7systems.co.uk/en/symfony2-crud-generator-5-minutes/)
Note: to run this app you need MySQL server at 127.0.0.1 with database named `sf2_crud` accessible by mysql user `sf2_crud` with password `sf2_crud`.