Latest Laravel/PHP Articles

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


Arrays are the most used data structures in PHP. There are several ways of adding new elements in a PHP Array. This article focuses on the ways of inserting ele...
Since the Social Engine team decided not to retire SEPHP. I’m republishing the SEPHP guides I wrote years ago. Beginning with a list of SEPHP hooks. Here is a c...
When I was working on a chat application project, my CTO asked me to add a security level to the application for checking the domain of all the incoming HTTP re...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Reading this post, I assume that you have a sufficient idea and overview of Laravel. If not, then go through my previous posts in Laravel category to get yourse...
That’s all we need to do, and it was free. The resulting output will be the bytes of the PDF file. We can store this in a database, cache it, render it to the u...
For sure, building and maintaining apps with Laravel is a breeze — you got everything you need: migrations for database versioning, MVC pattern, authentication...
In my previous blog have explained how to create Stored Procedure using PHP My admin. In this article will explain how to Execute Stored Procedure Using Laravel...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
In November 2018, Amazon announced EC2 A1 instances that feature 64-bit ARM Neoverse cores. The A1 EC2 instances are cost and performance optimised for…
You can create a set of directives for your project to make it more scalable, readable and reusable (plus less HTML code in your blade files :P ).
Loops are one of the most basic concepts learned by a beginner PHP developer. Implementing a loop is very easy and every developer is used to writing a loop. Ho...
In this quick tutorial, I’d like to show you a practical example of how I send Laravel “Whoops” exceptions to my email. First, let’s create the Mailer class tha...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
We use model, views, and controllers in normal projects but in some project, we use interfaces and repositories also. We rarely use them because these have diff...
If no template given default template is template1 and we can’t change encoding and collation. Following code is used.
We would like to share PHP Solution for sorting of multidimensional array with Multiple Keys.
Developing application for multiple platform (web & mobile) with single source of back end, require APIs or web services. Keeping APIs call safe and authenticat...