Do you mean a package to extend Laravel functionnalities ?
https://laracasts.com/series/write-a-composer-package-with-me
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello, I have a big project idea, it is a very big idea, basically, a project that can be expanded upon with custom functionality...
The project will start with a framework, I am using Laravel, but the app itself will be the foundation for expansion, I want to allow people to create and expand upon my project, all within one branch, otherwise known as Plugins.
So, I wanted to ask, does Laravel offer a way to implement plugins, or is there a composer package that can load plugins?
How i imagine plugins working: Basically, the plugins are loaded in a plugins folder somewhere in the project, and then it loads the class for the plugin and it can then extend it's own class and add functionality, for example, maybe it can extend the routes, or add options to the navbar. I'd love to do this if it's possible!
@LexianDEV And? If someone tries to install a completely unsuitable package not knowing entirely what it is, and it breaks their project, then that’s on them 🤷♂️
Please or to participate in this conversation.