Latest Laravel/PHP Articles

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


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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
Removing Doctrine entities which belong to a 1-M relationship is a quirky task which has created bugs in my code in the past. The potential issue comes up when...
Estrutura de dados e Tipos Abstratos de Dados. “PHP — Standard PHP Library (SPL)” is published by Jociel Souza
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
I want to implement UUID on my Laravel 5.7 project. By default Laravel has provided great features in it, we can have authentication by just running simple comm...
You will get error messages like below when you supply relative paths— 1 . UnableToOpenBlob No such file or directory @ error/blob.c/OpenBlob 2. WriteBlob Fail...
How to Integrate PayPal Express Checkout in PHP. Learn more about PayPal Express Checkout visit blog at: http://www.phpexpertise.com/paypal-express-checkout-int...
Laravel query builder provides a variety of aggregate methods such as count, max, min, avg, and sum. You may call any of these methods after constructing your q...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
We’re hosting the Decemeber 2018 Laravel SF meetup at Stitch Labs. These are some show notes about installing Laravel and setting up an API. For this applicatio...
Wink is a free, open-source publishing platform built to run on any new or existing Laravel project. It comes with a clean and efficient admin panel and a famil...
During the last few months, I’ve read a lot of blog posts and guides that talk about the benefits and joys of TDD. Although they all were credible sources and I...
Damn, but security is hard. It’s not always obvious what needs doing, and the payoffs of good security are at best obscure. Who is surprised when it falls off o...