A database driver for logging with Laravel Source: Read MoreÂ
Libraries & Frameworks
With Laravel 12, creating new project doesn’t show the option to install Breeze starter kit. However, Breeze is compatible with…
With Laravel 12, creating a new project doesn’t show the option to install the JetStream starter kit, which you may…
PostgreSQL is not the most popular DB for Laravel, but it got more attention in 2025. In this tutorial, I’ll…
The Laravel tool to boost the SEO score of your web pages. Source: Read MoreÂ
Post Content Source: Read MoreÂ
Custom relationship for Eloquent that merges/combines multiple one-to-may (hasMany) relationships Source: Read MoreÂ
When you create a new Laravel project with a Laravel Breeze starter kit, it comes with Tailwind CSS version 3.…
In the new Laravel 12 starter kits, React.js and Vue.js versions come with TypeScript. If you haven’t used TypeScript before,…
The multi-level select field enables you to make single selections from a predefined list of options that are organized into…
Transform your Laravel request handling with the elegant fluent() method. This approach offers enhanced null safety and simpler property access…
Add custom string identifiers to your Laravel models with the HasUniqueStringIds trait. This approach maintains route model binding functionality while…
The Laravel team released v12.2.0 this week, along with an update to the Laravel installer that supports community starter kits.…
Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx. Source: Read MoreÂ
Adds Repeatable functionlity to Laravel Models Source: Read MoreÂ
Bridging the gap between the frontend and backend is a challenge that tries to solve Fusion. On its way to…
The World is a Laravel package that provides a comprehensive list of countries, states, cities, timezones, currencies, and languages. The…
Social login for Filament through Laravel Socialite Source: Read MoreÂ
Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API Source:…
Web accessibility testing tools help developers and testers identify and fix barriers that prevent people with disabilities from accessing online content. One such powerful yet simple tool is ANDI (Accessible Name & Description Inspector).Developed by the Social Security Administration (SSA), ANDI Accessibility testing Tool is a free and lightweight browser extension designed to help web
The post ANDI Accessibility Testing Tool Tutorial appeared first on Codoid.