Sometimes you want to have a route that only accepts AJAX calls, or at least protect them if they are not AJAX calls. This function will return a true or false...
When we have an existing database with existing multiple records with set password, encrypted with a specific encrypt technique and then we try to immigrate to...
Disclaimer: This example was presented during the Laravel Paris Meetup on November 7th 2018, you can watch the video here. Zenaton is about giving everyone the...
Urban Legends and myths. It starts with Santa Claus when we are children to when we become adults and believe in the 5-second rule (some readers will die by it...
Most modern frameworks (such as Laravel) have this feature, where the user can programmatically add records to a database. This is particularly useful because l...
Lately, I have developed an application based on Laravel 5.7 that makes heavy use of Laravels Queue feature. In order to easier structure different debug inform...
Step 3:
Add a new layer to your lambda function by providing a layer version ARN.
To view the layer ARN’s please see the stackery/php-lambda-layer GitHub. Step...
Yes! Microservices drive us to rethink in our TDD approach, and this is why we called it “Micro TDD”. The approach does not require you to use Microservices; it...
In this tutorial, we are going to discuss how to implement the Observer Pattern into your PHP applications. The observer design pattern is defined as “one to ma...
Clearing Laravel application cache using artisan commands is very easy to do. Sometimes it is very difficult to see changes on web pages due to the caching mech...
We were using Apache2 in prefork mode for our backend API server based on PHP, suddenly we started getting issue related to scalability and found that Apache’s...
LEMP is a stack of components quite similar to LAMP, except that Nginx is replacing Apache. To know more about it join Luepe coding academy In Delhi.
What is th...
The ProdigyView Toolkit focuses on 3 design patterns to improve development: Adapters, Intercepting Filters and Observers. In this section, we are going to disc...