Latest Laravel/PHP Articles

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


Laravel is a popular development platform that is well known for performance and the active user community. Out of the box, Laravel is pretty secure. However, n...
Laravel is a groundbreaking, clean and classy PHP framework that has taken the PHP community by storm. It is making the PHP development process even more secure...
/** I think that in almost every case of using associative array one shold be using an object.** One of only few valid reasons of using associative array is if...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Authentication is a very important aspect of api design and development which makes it a critical topic when api development is being discussed.
The Collection class in Laravel provides a really nice wrapper for working with arrays. Every Laravel developer has used the Collection class more than once, es...
We have a new project from a new customer. We’ve gathered their requirements and agreed on the scope. Now is the time to get on with the technical tasks. One of...
When we do php artisan down in the command it just creates an empty file in app/storage/meta directory called ”down”. If you don’t have access to server you can...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Certified Laravel | PHP | Magento Developer.
Reporting issue is important for both you and the maintainer of the project. It can be a private issue in your local Gitlab repository, but open-source issues o...
There are three things available in your application that can be pushed to the background and run independently from the Request-Response lifecycle: Listeners,...
In this post, we'll see how the PHP query string parser could lead to many IDS/IPS and Application Firewall rules bypass. TL;DR: As you know, PHP converts query...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Laravel provides a simple configuration to set up authentication for your application. Just run few Artisan commands and the Registration & Login pages will be...
All() and get () in Eloquent basically has the same functions. All() is a static method. Get() method is on Eloquent\Builder and you can modify the query if you...
One the hot topics that whenever you need to start a new tech project you dig into it, spend a lot of time comparing, searching, proving and testing which techn...
Note*: Please don't use this code/article to harm any people/project. This code will help you to take backup of Laravel files/database very easily without FTP/D...