Integrating Stripe into Laravel 4 application

In this short post I will explain how you can get the basic Stripe checkout to work inside of Laravel 4 application. Stripe allows you to take credit card payments painlessly and integration cannot be simpler than this. I have previously posted on Stripe integration into Laravel 3 application, to understand more how Stripe payments […]

Read More

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

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

What’s new in Laravel 4

I created this presentation for a Laravel Meetup that I organized. It explains what’s changed in Laravel v4 over v3 and brings up some nice examples of using new features. Check it out : And the transcript of it is below: laravel 4 What’s old?What’s new? by Maks Old: Clean and Eloquent syntax. Separation of […]

Read More

Blog in Laravel 4

This is a super quick post. I want to show you an advanced blog made in Laravel version 4, here are the features Twitter Bootstrap 2.3.0 Custom Error Pages 403 for forbidden page accesses 404 for not found pages 500 for internal server errors ConfideĀ for Authentication and Authorization Back-end User and Role management Manage blog […]

Read More