Thumbsnag
Today I am releasing my first ever open source package, Thumbsnag, on GitHub. https://github.com/gstjohn/Thumbsnag Thumbsnag came about during my development on SimpleGifts and I figured it would ...
Today I am releasing my first ever open source package, Thumbsnag, on GitHub. https://github.com/gstjohn/Thumbsnag Thumbsnag came about during my development on SimpleGifts and I figured it would ...
If you’ve just started using Laravel Homestead you know just how easy it makes getting started on a new project. On my first attempt I was up and running in under five minutes…very ...
I was deploying a site today with Laravel Envoy and noticed that Composer was complaining about using a build older than 30 days old. Logging in manually and running the self-update is totally ...
By default, Eloquent uses an auto-incrementing integer as the primary key for its tables. While most of the time this is totally acceptable, sometimes there is a need for primary keys to be less ...
What is HHVM? HHVM stands for HipHop Virtual Machine, the Facebook PHP execution engine. It was originally created to save resources on Facebook servers and has proven to increase PHP execution ...
About a year ago, CodeIgniter got the addition of an ENVIRONMENT constant which saved me a lot of headaches with managing difference between my various environments (development, staging, ...
Ever since CodeIgniter moved over to GitHub I’ve been interested in figuring out a way to use the EllisLab repository code inline with our specific project code to simplify updates but ...
I’ve submitted my first CodeIgniter library to GetSparks.org in an effort to start giving back to the community that has provided us with so many great tools. This library is a wrapper to ...
Link: http://philsturgeon.co.uk/blog/2011/09/managing-codeigniter-packages-with-git-submodules Great post on how to include Git projects within other Git projects as submodules. I’ve been ...
I’m working on a project today and building a credit card checkout form for what seems like the 1,000th time. It occurred to me that a US State Helper would save me from having to 1) look ...