blogs

I Developed My First Laravel Package

Nov 23, 2021 • Deither Corpuz

Oooooh yeahhhh I've done it in a single day!
Every time I work on a new Laravel project, I have always copy-pasted my File Manager module from my previous projects.
The problem is, if my colleagues use it, there would be lots of back and forth as they're not used to it yet since there's no documentation and it's hard to locate the right files/codes to copy.
I also wanted to challenge myself and expand my knowledge on how Laravel works behind the scenes so I read Laravel's documentation here.
So... after playing around for a day, I managed to get it done and publish it on Github and Packagist. The repository is at dthrcrpz/laravel-file-library (github.com). Documentation is included.
It's a very simple package and there's a lot lot lot lot of room for improvement.