An open API service indexing awesome lists of open source software.

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

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`.