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

CRUDServiceProvider small improvements #33

Closed jchiotaka closed 9 years ago

jchiotaka commented 9 years ago

Changed key_exists to array_key_exists and changed the Yaml reading a bit so that it won't crash if it's empty or missing (usually at the beginning of the project where some stuff is still missing)