Latest Laravel/PHP Articles

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


PHP 7.4 adds preloading support, a feature that could improve the performance of your code significantly. Let's look at it in depth.
Private constructors are a pattern found in object-oriented programming languages that prevents the class from being instantiated, except by itself. The first t...
That’s all there is to it! Now we will have a high-fidelity conversion of the XLSX file with all of the details and rendering elements correct.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Depending on which survey you believe, the market share of PHP currently stands somewhere between 70% and 80%. This means if you have visited 10 websites today,...
I want to share how to create Repository Pattern in Laravel 5.x application. Generally we are getting data directly from Model Classes (in MVC framework). But w...
So got a extension to build and need to install a web app that uses Mcrypt. Unfortunately there seems to be an issue with Mcrypt on MacBooks with Homebrew and P...
Database transactions and pessimistic locking are probably not the most uses features, however, they can be extremely useful. Let’s take a brief look and then e...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
The end of May brought two exciting releases for PHPStan and the PHPStan Deprecation Rules extension. With the version of PHPStan v0.11.8, descriptions added to...
Certified Laravel | PHP | Magento Developer.
So I started to collect tips I use on training and mentoring that I don't even notice, but others find fascinating. Here is 5 of them. Github repository is the...
In this article, I will show how we can create REST API using laravel passport package by developing four API signup, login, logout, and getuser.
Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Running blog or news portal on Laravel Nova? Tired of manual posting to social networks? This package enables “one click” posting to social networks from Nova d...
Nginx is such a powerful and popular web server these days. It currently has about 20% of the market share of the web servers and is growing day by day. This ha...
Lately we have been tweeting a lot about Laravel Zero and how we use it to create small tools that solves a specific problem and help us in our day-to-day tasks...
In almost all web pages, it’s a requisite to have the user see where he is when navigating the site. One of the most used ways to do it, visually, is to highlig...