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

hpolthof's avatar

Package boilerplate

Just to whom it concerns. I've recently built a package boilerplate, 'cause I was getting tired of setting it up from scratch every time.

I've you like it, you can check it out. Like to get some feedback!

https://github.com/hpolthof/laravel-package

0 likes
2 replies
vandan's avatar

can your explain what's the benifit of your packages?

hpolthof's avatar

Currently, it'll just set you up with an empty package that's already ready for testing and can be released as a composer package.

I might be adding some generators for things that get added to packages very often, like migrations and config files.

At the moment it's an installer that I personally use, but maybe someone can benefit from it as well.

Please or to participate in this conversation.