Latest Laravel/PHP Articles

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


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...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
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...
Now-a-days every developer needs to work on multiple projects on the same machine or work same project on multiple machine in a collaborative environment. So, i...
PHP has been around for quite some time now. It has been used over a multitude of facades for programming. Studies show that PHP is the most favorable programmi...
Caching (pronounced “cashing”) is the process of storing data in a cache. Browser caching css and js is a great way to improve performance and speed of a site.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for...
Code injection is a technique used by attacker to inject server-side code from outside so that it can be evaluated by the corresponding server-side technology.
Start by creating an account at InstaMojo , here we have two options either you can make a regular account or let me put in good terms a“Live Account” else you...
In this article “Laravel 5.8 Email verification step by step” we will discuss about how to verify user email with laravel 5.8. In our daily development we usual...