Closed philiplb closed 5 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.
Done with https://github.com/philiplb/CRUDlexSilex2 and https://github.com/philiplb/CRUDlexSilex2Sample
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.