Latest Laravel/PHP Articles

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


As mentioned in the previous post, I get countless Recruiters, Agencies, and freelancers approach me for roles as a Developer. However, on the flip side of that...
How to make sure that a user can only update, delete, view, etc. his models (posts) and not the posts of other users. I also asume that you have already a users...
If you work in Tech, IT, or pretty much any "office-based" industry you've come across recruiters. They're great for finding you a new role, helping companies s...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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....
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...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
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...
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
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...