Laminas Starter Kit

I present to you a Laminas Starter Kit - http://laminasstarterkit.omelak.com - unofficial project to speed up work with Laminas which utilizes CLI commands available under: https://github.com/divix1988/laminas-cli-commands .Site includes setup instructions, video tutorials and forum to help introduce Laminas to new developers.

Current features:

  • Admin Panel
  • Controller generator
  • CRUD generator
  • Form generator
  • Login & Registration
  • MariaDB Connection generator
  • Model generator
  • Navigation generator
  • Rowset generator
  • Sitemap generator
1 Like

Hey, congrats on what you achieved!
I remember working on projects startups and doing a hell lot of copy-pastes on forms, input filters, models, and so on.

Also, do you think it would fit to also create basic InputFilter specifications along with Forms (with names and required validations)? I’d be glad to work to include it.
It’s been a while since I have worked with Zend/Laminas forms, so I’m not sure if it is already validated on the form itself and not necessary.

Hey Renan,

Thanks for the heads up. You are more than welcome to start contributing to LSK, just create a MR with your addition in github and I will merge it up :slight_smile:

BTW, forms have dramatically changed in new Laminas so I recommend you first check the new docs beforehand :slight_smile: laminas-form - Laminas Docs

Thanks!

1 Like