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

How to create sublime text 3 snippets

veekthoven.com - submitted by Victor Abbah Nkoms

When writing code, every keystroke counts. Mastering shortcuts or using snippets for your text editor or IDE will save you a significant amount of time in the long run. In this article, I will show you how to create snippets for my favourite text editor, Sublime Text.

Read more [veekthoven.com]

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]