laravel / blog-contest-may-mayhem

242 stars 16 forks source link

# Step by step guide to Laravel package 📦 development - with example video 📽️ #25

Open gauravmak opened 6 years ago

gauravmak commented 6 years ago

https://laravelfactory.com/blog/step-by-step-guide-to-laravel-package-development

christophrumpel commented 6 years ago

Nice one @gauravmak 👍

gauravmak commented 6 years ago

Thanks man

gauravmak commented 6 years ago

Here is the video of the package development example for visual lovers.

package development example video

freekmurze commented 6 years ago

Very nice! 👍

gauravmak commented 6 years ago

Thank you, sir 🙏 This means a lot. I have been inspired for package development by the @spatie team. This post and meeting you really moved the needle.

olivernybroe commented 6 years ago

@gauravmak Thanks for the nice read. An idea for an article or expansion on your article would be how to add Lumen support and testing for Lumen.

gauravmak commented 6 years ago

Thanks @olivernybroe . I like the idea but I haven't explored Lumen much yet.

In fact, I studied it few months back when I was supposed to make a very performant API. But after some time, I realized I would need many Laravel features that Lumen doesn't provide out of box. And with caching and other goodies, Laravel can also help to make a pretty fast web app.

I am still in search of a good use case for using Lumen. There must be many. Would love to hear other artisans' thoughts. and I will do some research on my own as well.

dineshram7660 commented 6 years ago

nice one

gauravmak commented 6 years ago

Thanks!