Latest Laravel/PHP Articles

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


CRM stands for Customer Relations Management. It is a software product type allowing for automated collection and processing of various data that your customers...
Pipeline-query-collection is an amazing package that contains a collection of classes that can be used with the Laravel Pipeline. As you all can see, it's obvio...
Spatie has introduced an amazing package called Laravel Comments. Using this package, you can create comments and associate them with Eloquent models. It comes...
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
My recent tweet on refactoring Laravel Eloquent query conditions to a trait proved popular so here it is with a little more context, in permanent form. My bigge...
Laravel migration is like version management tool of DATABASE. Let's Understand this better.
Laravel migration is like version management tool of DATABASE. Let's Understand this better.
According to a research report, nowadays, users' session is shorter on every website. In this case, you can simplify the process of registration and login for y...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
CRM stands for Customer Relations Management. It is a software product type allowing for automated collection and processing of various data that your customers...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. Start your free 14-day trial...
Table of Content What is Laravel? What are the benefits of Laravel 8.0?  How to Install Laravel 8.0 on Digital Ocean? Problems you might face while installing L...
Great news! With a simple command You can greatly speed up your tests! Continue to find out more!
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.
I was looking for a way to seed roles to the database after refresh, I couldn't find a suitable solution on the internet and I tried to use Faker function calle...
I added a comment Model in my application, and it has a rating and comments section. However, I wanted to display the average rating of a company and the number...
If you need to check if the record exists, and then update it, or create a new record otherwise, you can do it in one sentence. Use Eloquent method: updateOrCre...

www.juststeveking.uk

Laravel subdomains in Docker
There are many ways you can add Docker to your Laravel application, but how do you add docker to your Laravel application when you need sub domain support? In t...