Latest Laravel/PHP Articles

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


You are logged in as {{user.email}}
In this article, we will see laravel unique validation on update. unique validation rule in laravel is used when you want to validate any email id or mobile num...
Packages to analyse coding standards and reduce bugs We spend more time maintaining the coding standard across the team and reducing bugs, To make this simple w...
CodeMentor Codementor is an online marketplace connecting developers with experts for on- demand 1:1 help via screen sharing, video, and text chat.
When it comes to choosing a PHP framework for web development, there are many factors to consider. Laravel is a PHP framework that has become increasingly popul...
https://ohdear.app is the all-in-one monitoring tool for your entire website. We monitor uptime, SSL certificates, broken links, scheduled tasks and more.
This package includes a Barcode generator written in PHP for encoding and rendering most common barcode formats to multiple image output formats. Supports most...
Laravel-eloquent-logs is a fantastic package that can log what happens to your Eloquent models (created|updated|deleted|soft deleted|restored|force deleted) and...
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.

www.phparch.com

PHP Blueprint
https://www.phparch.com/article/converting-relational-database-models-into-a-graph/ By https://www.phparch.com/community/ghlen-nagels/ In this article, we will...
A Code Styling fixer by Nuno Maduro, a Laravel core team member. For further actions, you may consider blocking this person and/or https://dev.to/report-abuse
In this video, we are going to build a full employee management project with Laravel and Filament. Support me: https://www.patreon.com/Laraveller Larav...
In addition to @can Blade directive, did you know you can check multiple permissions at once with @canany directive? @canany(['update', 'view', 'delete'], $post...
Digital Ocean Providing developers and businesses a reliable, easy-to-use cloud computing platform of virtual servers (Droplets), object storage ( Spaces), and more.
Let's get started quickly I found new things in Laravel 9.22 Released I wanted to share with you. Fluent file validation rule https://github.com/laravel/framewo...
Scout APM helps PHP developers pinpoint N+1 queries, memory leaks & more so you can troubleshoot fast & get back to coding faster. I just released a video about...
In this tutorial we will see the use of Eloquent Pluck method to fetch specific key values from model and populate values into Select box. pluck() method is for...
https://dev.to/krixnaas #install-xdebug Install xDebug sudo apt-get install php-xdebug; or specify the version sudo apt-get install php7.4-xdebug; #initialize-p...