Latest Laravel/PHP Articles

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


I created and share the solution about how to download and utilize PHPMailer properly. I found there are many errors and questions for that on Stackoverflow. So...
Handle CORS Requests with Client in Laravel APIThe Solution? Solutions*Create new middleware:php artisan make:middleware Corsapp/Http/Middleware/Cors.
Working on an application which received user signups and let’s suppose it’s built on top of PHP, you want to validate that the email the user enters is valid....
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Taylor is the founder and creator of Laravel. He's still very active in the development of the framework. Most of Taylor's time is dedicated to ensuring that La...
Filtering your Models in Laravel is a common question, and often comes with a lot of "enthusiasm" from each side. All have their valid reasons to be used. Howev...
One of the most common things I find when inheriting a code base or talking to developers, is that their controllers are way too bloated and cause headaches. AP...
PHP is a server-side scripting language. It can be used to build both static and dynamic websites. PHP is open-source can be accessed easily by programmers. Due...
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.
This is a step by step configuration guide that aims to help to understand how broadcasting with Redis and Socket.IO works. We are going to cover internal mecha...
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilli...
In the fourth quarter of 2019, we resolved a series of security issues in our products. Here’s a summary report that contains a description of each issue and th...
in this tutorial i am going to discuss about laravel middleware. In this laravel middleware tutorial we will see how we can create our custom middleware and how...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
A data structure is a way of organizing data in some way so that it can be used effectively. This includes, but is not limited to making it easy to access and u...
Laravel Collections is one of the most powerful features of Laravel. Basically, collections are PHP arrays but it’s an Object Oriented approach to deal with PHP...
PHP frameworks are one of the best frameworks for web development due to their scalability, development speed, code reusability and organization, and several ot...
The login page is the basic requirement for the membership-based websites. User needs to login to the website using its username or email and password to access...