Comment on A desktop Laravel admin panel app (similar to Invoker)Comments−46ve18v5yIs there a similar software for Rails ?−sebyx075yno, only activeadmin or rails_admin for cruding stuff. this is more advanced, gz to the php community from a rails dev−vbsteven5yIt looks like this is a form-based GUI for invoking the Laravel equivalent of “rails scaffold” or “angular generate”.A very interesting concept. Although I would probably prefer this to be integrated into IDE plugins instead of yet another (likely electron) app.Most IDE plug-in frameworks have access to the already configured language runtime/compiler/interpreter.
Comments
Is there a similar software for Rails ?
no, only activeadmin or rails_admin for cruding stuff. this is more advanced, gz to the php community from a rails dev
It looks like this is a form-based GUI for invoking the Laravel equivalent of “rails scaffold” or “angular generate”.
A very interesting concept. Although I would probably prefer this to be integrated into IDE plugins instead of yet another (likely electron) app.
Most IDE plug-in frameworks have access to the already configured language runtime/compiler/interpreter.