Boris Strahija

This is my digital portfolio and personal playground.

Laravel 5.5 On Shared Hosting

September 19th, 2017 — I already wrote on how to deploy a Laravel 4 app on a shared server that doesn't allow the structure that requires a public folder, and the rest of...

Welcome to the new site

September 8th, 2017 — It's been a while since the site has been updated so I figured it was time. Nothing to fancy, just your simple blog along with all the recent and...

Modules in Laravel 4

October 8th, 2013 — I previously published a simple tutorial post on taking the modular approach to building your applications in Laravel 4, but since then I needed a...

Image manipulation in Laravel 4 with Imagine

July 15th, 2013 — Laravel 4 already uses many 3rd party packages provided by the community, so there's really no reason to rewrite things if they are already good...

How to use Composer packages in Wordpress

July 9th, 2013 — I recently had the need to use a couple of Composer packages in a Wordpress project (Carbon, Calendr, Illuminate Support...). This is actually...