Latest Laravel/PHP Articles

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


In today article we will talk about How to Create Laravel custom artisan command. If you know php artisan migrate we will make our own. Laravel comes with many...
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...
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
/** 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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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,...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...