-
I posted to mitchmckenna.com
Doctrine cli-config.php for Laravel 5
A blog post
February 24 2015, 2:53am | Comments »
-
I posted to delicious.com
Multiple Database Slaves in Laravel
Little hack to support multiple read-only slaves in Laravel. There really should be native support for multiple slaves.
February 20 2015, 4:35pm | Comments »
-
I posted to delicious.com
Laravel Firewall - Blacklist/Whitelist IP Addresses
Both blacklisting and whitelisting based on IP address or entire countries. This might come in handy if your site comes under attack from spammers or a botnet.
February 20 2015, 3:51pm | Comments »
-
I posted to twitter.com
Our #iOS app @letspip is now powered by a #laravel backend API! We ported it over from Java http://t.co/tiJjzV8yv0 #php
February 18 2015, 3:10pm | Comments »
-
I posted to delicious.com
Localization (i18n) Laravel Package
If you need to make a multilingual app use this. Laravel localization is a package to handle localized routes. It includes middleware, language selector, routes, and events.
February 10 2015, 2:44pm | Comments »
-
I posted to delicious.com
February 10 2015, 2:41pm | Comments »
-
I posted to delicious.com
Raspis - Url Shortener App Built on Laravel
RasP.is is a URL shortener built on top of Laravel 4. It is not only a URL shortener but also a URL manager that allows the registered users to save and shorten their bookmarks with nice descriptions.
December 11 2014, 4:24pm | Comments »
-
I posted to delicious.com
November 24 2014, 1:21pm | Comments »
-
I posted to delicious.com
Searchable - A Trait for Laravel to Add Search to Eloquent Models
Searchable allows you to perform searches in a table giving priorities to each field for the table and it's relations. This is not optimized for big searches, but sometimes you just need to make it simple.
October 9 2014, 2:04pm | Comments »