Latest Laravel/PHP Articles

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


In order to validate a field (string , integer or array) under the rule of being less than or greater than another field, there is a simple solution which has b...
Since it’s a learning technical diary, it will contain my personal project. You could selectively refer to this article. As mentioned previously, we could find...
Checking multiple strings against the same pattern is a common task in development. Usually, we use multiple preg_match for checking values, however, PHP provid...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This definition from Laravel document may sound weird and overwhelming. Let’s dig in and understand how it works. Laravel events are things that happen in your...
You will get the status “Verified” or “Invalid”. Redirect to success page if the status is “Verified”.
Getting your project on an actual server where friends, family and even foes can see is something every developer aims to accomplish, you might even be one of t...
The first thing we need to talk about is what dependencies are.
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
This solution work correctly if in supervisor we set numprocs=1 .If we set this more than one for example 5 and the rate limiting set to 1 request per second th...
A lot of people might wonder what it is to maintain a big open-source project like Laravel and all of its open-source libraries. In this video I’ll take you thr...
Swagger, it is a framework which is used to describe the API using a common language that is familiar to everyone. It can be referred to as a blueprint for a ho...
Do you want to learn the Advantages of PHP Frameworks? That’s great today here we will discuss thisquestion for experienced and for those who want to prepare it...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Certified Laravel | PHP | Magento Developer.

medium.com

Traits in PHP
PHP does not support multiple inheritance. Traits are a mechanism to reduce some limitations of single inheritance and provide a flavor of multiple inheritance....
Imagine we have a database in our server and we want to connect or test this database remotely and connect to localhost applications. Yes, we can do it by just...
Working on my latest project — I found myself in situation where I had to extend default Postgres Query Grammar in Laravel 5.5. That turned to be not too straig...