Latest Laravel/PHP Articles

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


Laravel 8 is now released and includes many new features like Laravel Jetstream, a models directory, model factory classes, migration squashing, rate-limiting i...
Has it been six months already?! Laravel 8 was released two days ago with a bunch of useful updates I was excited to hear about. Disclaimer: Laravel wi...
It’s time to review some fundamentals and remind ourselves how some things we might take for granted work. This month, we have articles on serializing PHP objec...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Lots of people ask me frequently, “Which are the laravel packages that you use in almost all projects?” when we meet in Meetup or any other events regardless of...
· September 11, 2020 · ⋆ Laravel Apart from adding support for customizable maintenance mode views, Laravel 8 has also simplified the process of accessing the...
As many of you know, we released Laravel 8.x and Laravel Jetstream last week. Thanks to very valuable feedback from the community, I am thrilled to give you an...
Each of the queue drivers supported by Laravel has its pros and cons, and sometimes you may want to switch between drivers to accommodate business needs. While...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
In a humble prelude of the documentation, the Moment maintainers talk about the (near) deprecated status of the project. Moment was built for the previous era o...
There is no doubt that laravel is one of the best PHP frameworks that we have on the planet now. Have you ever wonder how you can activate and deactivate the ac...
In this tutorial, we’re going to create a new Laravel listener that will listen to the user logged in event and then update the user record with the time they l...
This article will help you differentiate between a Dummy, a Stub and a Mock. To explain the difference between a mock, a stub or a dummy, we will first see thei...
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
In this entry, I will try to explain what is a Service Container and how is it used as simple as I can. Well I just mean I’ll try to define what is a s...
In its early days, the Internet was all about sharing static data like images, flat text files, and downloadable binaries. The early Internet’s static nature wa...
· September 12, 2020 · ⋆ Laravel The model factories in Laravel are a great way of seeding some fake data in the database for testing purposes which I’ve discu...
· September 14, 2020 · ⋆ Laravel In the previous versions of Laravel, up to 7.x, when you wanted to rate limit certain routes, you could do it by assigning the...