Latest Laravel/PHP Articles

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


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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
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...
Create a regular expression first. It would look like this:
Dependencies are packages or mostly third party modules/plugins that are required for your project to run. For instance, PHPUnit is an easy to integrate, standa...