Latest Laravel/PHP Articles

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


So, I am making my own simple web to keep my productivity up. In this web, you can insert any activity you want, how long the activity last and rating based on...

www.phparch.com

Testing The Core
This month, John and Eric introduce the new Drupal Dab column by Nicola Pignatelli which will be focused on the Drupal CMS system. They also discuss the How to...
Hi guys, Let's Integrate Twilio with our Laravel application easily with some few steps. Step-1: Create a Laravel Project called - sms-portal.
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
Hello Coders! This article presents a curated list of open-source starters and templates crafted on top of Laravel 9 (the latest version). All mentioned product...
Laravel Config Validator is a Laravel package that allows you to validate your config values and environment. The package has been developed and tested to work...
To guarantee your web app runs without any unwelcome interactions, it has to be supported by the right technology to certify high performance and speed.
In this artical I will show laravel whereBetween query example. As we know SQL provides many diffrent type of method or query to get filtered data from database...
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.
This week we are thrilled to launch Nova 4.0 - the largest update to Laravel Nova since its initial release in 2018. David, Mior, and the rest of the Nova team...
In this post, I will show to you an example of how to create a controller in the Laravel 8 application. I will give you an example that will easier to you to fo...
Passing booleans to a method can be code smell, as it is not clear what a boolean does by reading the calling code. Instead of using a temporary variable, you c...
A controller in Laravel is a class that is used to organize logic in your application.
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.
In this Laravel example, I'm sharing the first() and firstOrFail() methods on the Laravel Eloquent query. The Laravel Eloquent first() method will help us to re...
In this post, I'm sharing how to use Laravel 8 whereIn() query from Eloquent and query builder. This method will able us to search many values in a single query...
In this post, I will explain what is the usage of Laravel Eloquent updateOrCreate() and its importance. Laravel provides updateOrCreate() to help us to update t...
In this post, I will explain what is the usage of Laravel Eloquent firstOrNew() and its importance. Laravel provides firstOrNew() will help us to check the reco...