In this section you'll find links submitted by others.

Did you write or stumbled across a blog post, tutorial or video that might be interesting for others?

To be able to submit a link you need to log in first.

Log in

Modular Laravel

github.com - submitted by Chris

Easily organize larger Laravel code bases with modules. Relies heavily on existing Composer and Laravel features so that you can utilize a more domain-oriented project structure without losing the value of existing Laravel conventions.

Read more [github.com]

Your App is a Package Manager

tighten.co - submitted by Jamison Valenta

Keeping code organized, readable, and maintainable is tough, and there's no one-size-fits-all solution. Separating your features into dependencies is a good first step for most applications, resulting in cleaner code without the huge complexity cost of a microservice architecture.

Read more [tighten.co]