Laravel 4 release

Hey Laravel users! Laravel version 4 has been released this Tuesday! I feel you cheering and smiling because this means a big leap forward for PHP developers. There were over 570 users in IRC (hashtag laravel) when it was released and I was one of them! Also, my face is on the top row of […]

Read More

Small Laravel 4 app – Missing Pet Flyer generator

I decided to test out some new composer packages using Laravel 4. The first package that I wanted to test was Intervention Image Class located at http://intervention.olivervogel.net/image. It allows you to operate with images and do many common operations on images such as : Resizing Cropping Embedding other images Writing text Putting shapes and objects on […]

Read More

Uploading files in Laravel 4

This is a super short post about uploading files with Laravel 4. I have struggled a few minutes trying to convert this from L3 format to L4 and to save somebody time decided to post this short PHP script. This script can work with multi file uploads that I have documented in my previous blog […]

Read More