from Hacker News

Show HN: I built a Code Generator for Laravel/PHP

by ferat on 10/21/21, 5:06 PM with 13 comments

  • by james2doyle on 10/21/21, 7:04 PM

    My company is using this to build a large CRM for a client. It's great so far! Nicely done. We started using it a few months back so we didn't have all the nice recent additions. I'm looking forward to editing scaffolds and tweaking some of the templates. I will definitely use this again in the future. I wish the canvas view was a little more sophisticated (keyboard/mouse zoom, items being added in the middle of the screen) but otherwise it works
  • by ianhawes on 10/21/21, 7:46 PM

    I used Vemto for a new app recently and it was a pleasure.

    There are other schema designer tools that will output your models as Eloquent code, but none of them handle the inevitable "we added a new model and want to associate it with an existing model". Vemto does support that, and it is setup to work alongside your codebase when the time comes to add new stuff.

    You can use as little or as much of the code and UI generator stuff as you'd like.

  • by firebaze on 10/21/21, 8:02 PM

    Looks quite a bit like spam to me. Zero-Info generic landing page, and just praise in the first few comments. Accounts from 2014 with 4 karma praising it ...?
  • by that_guy_iain on 10/21/21, 7:44 PM

    I think agencies are going to love this.
  • by mattl on 10/22/21, 12:26 PM

    It’s a desktop app. But for which OS/OSes?
  • by submeta on 10/21/21, 7:52 PM

    Looks awesome. Would love to see something like this for Django or Flask.