Writing in the tutorials format

To teach is to learn, let me teach you something new.

Extra columns with Laravel database notifications

As you may already know, Laravel (since 5.3) ships with a great out-the-box notifications support, it also has native support for many "channels", extra channels like Telegram can be obtained from http://laravel-notification-channels.com, it's worth a look. But in this post, we're most concerned with the database driver...

Running Laravel on FreeBSD 10

In this quick tutorial, I'm gonna walk you the process of running Laravel on a fresh instance of FreeBSD 10. We'll be installing and configuring a FEMP stack.