Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

pSni02i4SRjEYztu4G1Y's avatar

Laravel 5 Crud Generator

I'm currently working on a pull request for this wonderful thing - and would like some testers! https://github.com/appzcoder/crud-generator/pull/108

I've so far added a

  • --pagination option, to allow you to specify how many pages are shown in the index
  • --indexes option, to allow you to define which fields are indexed (unique not currently supported, but will be soon)
  • --required-fields option now working

to do:

  • foreign key support
  • referencing support which will automatically create the relationship functions in your model
  • requires

I'll be working on the todo's now, so please test the current pull request and keep an eye on it!

0 likes
1 reply
pSni02i4SRjEYztu4G1Y's avatar

OK, so I've pretty much got this where I want it to be with everything above done - any testers? See the pull request for complete details

Please or to participate in this conversation.