Latest Laravel/PHP Articles

Latest Laravel/PHP Articles curated daily from around the web.


I’m just going to come out and say it: Nobody wants to deal with parsing HTTP user-agent strings! It’s just not that interesting. Don’t worry, though, we alread...
Laravel offers a bunch of useful methods in the Arr class. Let’s see how to extend them with two handy methods that are often used. The every method determines...
Aloia CMS is a content management system I’m actively developing, so I see this post is a milestone in my development process. Before I explain how Aloia CMS ha...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Many times in my projects I needed more advanced permissions for editing content. Sometimes few persons are responsible for adding content, but others need to a...
Before delving into the actual integration, I would like to go over two scenarios where a possibility of this integration would make easier.
I work with the Laravel framework since it was on version 4.x and I really love the Framework and the things that it provides. But when I started to work with m...
Are you lazy just like me? Do you get bored of writing custom CSS for everything then this article might help you. We are going to discuss about the preferred w...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Guzzle is a handy PHP HTTP client. But in some scenarios, you may want to log what you’re sending in your requests to other services and what you’re getting in...
If you’re anything like me, you find console command arguments really annoying. They’re nothing complicated nor hard, but simply keeping track of them and typin...
It’s been a while since our last update, but today we’re excited to give you a new EAP build. Originally we planned to exclusively work on bug fixes and stabili...
When my colleague Sebastian wrote about how bumping major versions isn't a breaking change, I would wholeheartedly agree. I can't anymore. At least, not with ho...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.

jasonmccreary.me

Shift Database Outage
It was 1:28pm. I received the following notification: I ignored it at first as sometimes the Shift workers drop the database connection. Then I received another...
This is a bugfix release that fixes redis->zAdd arginfo as well as a segfault when closing persistent connections.
In HTML, we can create almost everything with just a small subset of the available elements. Using this language isn’t the hardest part of web development, but...
What is a scalable application? In short a scalable web application is the ability or capacity of a system to have multiple instances based on the load of the w...