Latest Laravel/PHP Articles

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


By default, Laravel Homestead generates a security certificate for all sites you set in the Homestead configuration. However, sometimes you may have to jump thr...
Damn, but security is hard. It’s not always obvious what needs doing, and the payoffs of good security are at best obscure.You should build your web apps protec...
Laravel v5.8.16 is released in 2019/05/07, here are the changes we`ve merged into this release.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
It is seen that good quality software and code is not as easy as pie. It requires consistent efforts and sheer focus of the software development team to me...
Recently I wanted to create URL’s that used words instead of integers for specific posts, however, these URL’s needed to conform to three points. The idea of a...
Which database is best for your Laravel app. Mysql or Postgresql? In this story, we are going to share load tests results for simple queries. We ran simple quer...
The PHP team recently approved the solution for short arrow functions proposed by Nikita Popov, Levi Morrison and Bob Weinand in an RFC. Anonymous functions in...
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
The mcrypt php extension is an interface for mcrypt cryptography library. We will see how to install mcrypt php extension for laravel. Laravel 5.1 and later ver...
One of the problems of PHP as a programming language is that it supports single inheritance. This means a class can only inherit from one other class. So code r...
***Optimization using Eloquent in Laravel***. Eloquent is a powerful tool in the Laravel framework which provides many functionalities out of the box, and avoid...
The LEMP stack is a web development platform for hosting static and dynamic websites. It is a combination of free and open-source software including Linux, Ngin...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Monitoring your web application’s performance is key to ensuring you provide a good experience for your users. Here is a tip to help you see where your app is s...
I’ve found that introducing dedicated response objects that can handle multiple response formats is a really nice pattern to cleanup my controllers
There are several ways to load relationship counts on eloquent models. I’m going to explore the options and introduce you to a new one.
Laravel’s global mix helper function can be replaced during testing in Laravel 5.8. Here is why, and how, you might want to do this.