Latest Laravel/PHP Articles

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


Using a RDBM as Queue database would be a poor choice for concurrent job. It would cause your DB hand up with thoundsands of connections. Inspite of restarting,...
In this article we address the problem of generating fake data for complex data model with a lot of relations and dependencies between them. When writing tests,...
The world is in complete disarray! COVID-19. The largest viral epidemic since the Spanish Flu in the late 1910's has hit the world like a freight train. Countri...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Last week I wrote about how Statie turned from a feature to a burden and why we had to let it go. What will replace it? How do you migrate? Deprecations without...

blog.laravel.com

Laravel v7.2.0 released
Certified Laravel | PHP | Magento Developer.
In this tutorial, I'm going to start a new sample project and this will cover how we can develop a project in laravel and also how we can work with the producti...
How to Master New In Laravel 7 in 8 Simple StepsLaravel AirlockCustom Eloquent CastsBlade Component Tags & ImprovementsHTTP ClientRoute Caching Speed Improvemen...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
What is AWS Cognito?It’s a Amazon service for managing users. It manages all details related to User viz. Sign in, Signup, Sign out ( including multiple devices...
I'm super excited to announce that we are giving away 5 PHP Package Development Pro video courses! More than 2,000 developers have already taken my course and l...
It's very easy not to write a book. Mostly since it's such an awful lot of work. You'll first need to figure out what you're going to write about, and find an a...
In this article we are talking about the native PostgreSQL type daterange and how to easily use it in Laravel. MySQL currently does not support range types.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
When I set out to build a simple website crawler with Laravel I started from scratch using Guzzle. I needed to input a website URL and generate a sitemap with e...
I believe in writing durable and easy to maintain code. It’s important to write code that is clear and concise, and we should strive to reduce the overall menta...
Amazon Polly is a nicely done cloud service that allows us to convert text into lifelike speech. Additionally, Amazon Polly delivers ground-breaking improvement...
After writing an article about 6 Eloquent Tricks Every Laravel Developer Should Know and receive a better than expected feedback from the readers, I decided to...