Latest Laravel/PHP Articles

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


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...
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…
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
Dear Laravel Application, I will start Testing Now!!! Testing in Laravel is simple and more enjoyable. Nothing is stopping you from giving it a try. I am curren...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Interface binding is a very useful part when your code is growing with more efficient. Let’s see the use case of it. Then we get more clear on understanding.
I’ve decided to investigate how I could run it directly from within PHPStorm using a shortcut I use with all other tests and it appears the solution is quite si...
A software package documentation is a document that contains information about a package that is to be used with a programming language, or as a plugin for a fr...
I take a very simplistic approach to using Docker, and I want to share with you how we can too — without a bunch of overwhelming cruft. We can build hand-crafte...