Latest Laravel/PHP Articles

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


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...
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...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
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.
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...
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.
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...
I’ve looked through so many packages, bagist, vanilo and whatever while developing a store on Laravel and Ended up trying all of these. however the most conveni...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Automatically validate model or anything you want to perform before save, update or create. In normal case when data is saved on specific model it will return t...
Quite often, especially in e-shop projects, you can see a page to login or register before finishing the purchase. But Laravel has these two routes as separate...
To speed up the development, I decided to use a PHP framework, Slim. You can use any other (or no) framework instead; however, Slim seems like the right mix of...
The codes of this article here on GitHub. You can download the public resources from here After implementing the same functionality in lot of projects, I’ve dec...