Technology stories, mostly.

Here we write about our journey into the extraordinary world of app development. You'll find how to articles. Useful bits of code and wisdom. And news about us.

How to install CloudFlare’s Free SSL on Laravel Forge

September 25th, 2017, posted in tech_stuff
by Cristian T

How to install CloudFlare’s Free SSL on Laravel Forge

No need to pay for an SSL certificate. You can use CloudFlare’s free SSL. Its setup, though, isn’t that apparent and it seems like no one has asked or answered this particular question. Here's our quick guide.
Creating Laravel 5 Packages for dummies

September 25th, 2017, posted in tech_stuff
by Cristian T

Creating Laravel 5 Packages for dummies

Unfortunately, Laravel 5's documentation on how to create a package is an introduction at best. It’s important to read it, but it’s not a step-by-step guide to creating your first package. So we wrote this one for you.