Latest Laravel/PHP Articles

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


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...
CRM stands for Customer Relations Management. It is a software product type allowing for automated collection and processing of various data that your customers...
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.
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!
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...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
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...
When you have configured your web application development build using Vite, you might have set it up in your package.json like so. Now, when you spin this dev i...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Tasks like sending email reminders, checking for inactive users, running daily backups, etc., are usually repetitive and as such developers/sysadmins need to le...
Here, i have come with some code to create laravel seeders and factories. For inserting data in our database for testing purpose. Now, open the admin migration...
Working with Git, the one thing that you would do more often is to checkout branches. The way to checkout to a branch is by using the git checkout command. So,...

matthewdaly.co.uk

The ORM Delusion
I've used some low-level database interfaces like PDO, and the database interfaces from several frameworks, including Codeigniter, Zend 1, Django, and Laravel,...