Latest Laravel/PHP Articles

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


Tagging is an important part of grouping information on the web. On Medium you tag your posts with categories. On Facebook you tag your photos. In Gmail you can...
Just published a new video explaining how “static factory methods” can improve the code readability in PHP. Constructors don’t have meaningful names, so they ar...
Currencies are just like timezones, in that they are very annoying to support. They vary by country; many of which share the same symbol, some countries have th...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
In this article am going to show you how you can deploy your Laravel application on Heroku the easier and fastest way. We all can attest to the fact that someti...
If you develop each day chances are you solve problems the same way as many times before. Its thrilling to be a web developer, because you can try and use new t...
Let’s say you have two ajax requests that both modify the same row in a database. Both of them read the row data, make some changes, and persist the changes. If...
One of the great features of Laravel is its command line tool artisan. It is effectively a powerful scripting tool that contains many built in commands to help...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
SymfonyInsight’s main aim is to help you manage and increase the quality of your applications. A great way to achieve this is to follow good practices and stand...
Building secure software is a high priority for any project and Symfony is no exception. Symfony has for a long time now had a process for people to responsibly...
vue-social-auth is easily configurable solution for Vue.js & Laravel with Socialite that provides Social login using Github, Facebook, Google, and other OAuth p...
ClipBucket has LDAP integration through which you can set up your Ad credentials. ClipBucket allows you to show pre-roll, midroll and post-roll ads. ClipBucket...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
I wanted to share with you my solution for generating form elements quickly in Laravel. Without the use of any external library or packages, just using simple B...
It wasn’t until I wrote my first browser test (using Laravel Dusk), that I started to understand what the different types of tests mentioned in the Laravel docu...
PHPStan has had a wonderful year 2018. The adoption increased from 3,200 daily downloads to 9,800. I released 9 new versions, wrote a feature article for php[ar...
As a web developer I have always missed some basic, clear information about how to deal with passwords and sensitive data storage in general. During my years wo...