philiplb / CRUDlex

CRUDlex is an easy to use CRUD generator for Symfony 4 and Silex 2 which is great for auto generated admin pages
https://philiplb.de/crudlex/
MIT License
109 stars 23 forks source link

Abstract Silex #97

Closed philiplb closed 5 years ago

philiplb commented 6 years ago

Currently, CRUDlex is tightly coupled with Silex. But the end of Silex is near: http://symfony.com/blog/the-end-of-silex So the framework depedency needs to be abstracted out with Silex as a first implementation followed by Symfony 4 as second one.

philiplb commented 5 years ago

Done with https://github.com/philiplb/CRUDlexSilex2 and https://github.com/philiplb/CRUDlexSilex2Sample