Articles about

Development

Removing the /public segment in a Laravel 4 app

March 31st, 2013 — A new version of the article is here, if you're using Laravel 5. Laravel 4 requires you to put your app code one level higher than the web root,...

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...

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...

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...

VS Code Setup with Vim Motions

August 8th, 2025 — I recently started using Neovim more and more, but I feel like I still miss/need some of the functionality I get in VS Code, so I decided to try to...