jonseg/crud-admin-generator

Generating tables/views from within the app?

Opened this issue · 1 comments

Hi,

I would like to generate new views from within the user interface, whenever they are added to the database, would that be possible? Basically I would like to run the "php console generate:admin" command but from the app. I have tried calling the php file from a button but I can't make it work. I am totally new to Silex/Symfony and all so I am quite lost. Hope this is comprehensible.

Regards,
Pontus

Edit: wrote Laravel, meant Silex/Symfony.

if you know the php path, you can make something with exec() and call the console app