Laravel Idea for PhpStorm - Full-featured IDE for productive artisans!

Search

Cube

Curotec helps software teams hire the best Laravel developers in Latin America. Click for rates and to learn more about how it works.

Visit Hire Laravel Devs in Latin America
Intervention Validation image

Intervention Validation

The Laravel package "Intervention Validation" extends the framework's validation system by adding rules to validate specialized data formats such as I...

Read article
Enhancing Laravel Authorization with Backed Enums image

Enhancing Laravel Authorization with Backed Enums

Enhance your Laravel application's security model with backed enum support for permissions. This feature provides a type-safe approach to authorizatio...

Read article
Laravel 12.2 Introduces Custom Starter Kits image

Laravel 12.2 Introduces Custom Starter Kits

The Laravel team released v12.2.0 this week, along with an update to the Laravel installer that supports community starter kits.

Read article
Access Management in Filament With the Shield Plugin image

Access Management in Filament With the Shield Plugin

The Filament Shield package adds access management to your Filament panels, resources, pages, and widgets.

Read article
Fusion or the Art of Writing PHP Into a Vue SFC Components image

Fusion or the Art of Writing PHP Into a Vue SFC Components

Bridging the gap between the frontend and backend is a challenge that tries to solve Fusion. On its way to do so, it brings a lot of things to learn f...

Read article
Manage Global Data in Laravel with the World Package image

Manage Global Data in Laravel with the World Package

The World is a Laravel package that provides a comprehensive list of countries, states, cities, timezones, currencies, and languages.

Read article
Control Hardware Components in Laravel with Pinout image

Control Hardware Components in Laravel with Pinout

Pinout is a Laravel package that bridges the gap between web applications and hardware, enabling developers to control hardware components directly fr...

Read article
Level up your Laravel development with Typesense! image

Level up your Laravel development with Typesense!

Blazing-fast, typo-tolerant search for Laravel. Instant results, easy setup. Check Typesense out on GitHub!

Read article
Implementing Custom String Identifiers in Laravel Models image

Implementing Custom String Identifiers in Laravel Models

Add custom string identifiers to your Laravel models with the HasUniqueStringIds trait. This approach maintains route model binding functionality whil...

Read article
Streamlined Request Data Handling Using Laravel's fluent Method image

Streamlined Request Data Handling Using Laravel's fluent Method

Transform your Laravel request handling with the elegant fluent() method. This approach offers enhanced null safety and simpler property access while...

Read article
Handling Exceptions with Laravel's rescue Helper image

Handling Exceptions with Laravel's rescue Helper

Discover how Laravel's rescue function can transform error-prone operations into resilient code. This utility simplifies exception management while ma...

Read article
Working with Flash Session Data in Laravel image

Working with Flash Session Data in Laravel

Elevate your Laravel application's user experience with flash session data. This guide walks through implementing temporary notifications that elegant...

Read article
Simplified HTTP Response Mocking in Laravel Tests image

Simplified HTTP Response Mocking in Laravel Tests

Simplify your Laravel test suite with concise HTTP response mocks. This approach to HTTP faking reduces boilerplate code while maintaining powerful te...

Read article
Seamless Document Conversion in Laravel With Docswap image

Seamless Document Conversion in Laravel With Docswap

Doxswap is a Laravel package for seamless document conversion using LibreOffice. It effortlessly converts DOCX, PDF, ODT, and more with a simple, eleg...

Read article
Flux 2.0 Livewire UI Kit image

Flux 2.0 Livewire UI Kit

Flux 2.0 brings advanced components like date pickers, calendars, charts, and more. These components are built lean and dependency-free by the creator...

Read article
Laravel MongoDB 5.2 Released: Support for Laravel 12, Laravel Scout, Vector Search, and more image

Laravel MongoDB 5.2 Released: Support for Laravel 12, Laravel Scout, Vector Search, and more

The MongoDB PHP team released version 5.2.0 of the Laravel MongoDB integration.

Read article
Temporary Context Scope in Laravel 12.1 image

Temporary Context Scope in Laravel 12.1

The Laravel team tagged Laravel v12.1.0, which includes a context scope method, an Arr::partition() method, a getRawSql() method on query exception in...

Read article
Laravel 12 Svelte Starter Kit image

Laravel 12 Svelte Starter Kit

The Svelte Starter Kit for Laravel was created by Osemudiamhen Ughu and provides a Svelte version of Laravel's New Starter Kits.

Read article
Grapheme image

Grapheme

A PHP package to measure the width of unicode strings rendered to a terminal.

Read article
Cleaner Queue Chains with Laravel's Enum Integration image

Cleaner Queue Chains with Laravel's Enum Integration

Simplify your Laravel queue chains with direct enum support. Assign jobs to queues using backed enums without explicitly accessing their values for cl...

Read article
Ensuring Secure URLs in Laravel Applications image

Ensuring Secure URLs in Laravel Applications

Implement secure URL generation in Laravel with the forceHttps method. Automatically enforce HTTPS connections based on your environment while maintai...

Read article
Custom Key Sorting in Laravel Collections image

Custom Key Sorting in Laravel Collections

Command the order of collection keys with Laravel's sortKeysUsing method. Implement custom sorting logic beyond alphabetical arrangements for more int...

Read article
Catch Unintended HTTP Requests in Laravel Tests image

Catch Unintended HTTP Requests in Laravel Tests

Safeguard your Laravel test suite with preventStrayRequests. Catch accidental external HTTP calls and ensure proper request faking for reliable, predi...

Read article
Resource Response Customization in Laravel APIs image

Resource Response Customization in Laravel APIs

Elevate your Laravel API with the withResponse method. Create professional, metadata-rich responses by customizing headers, status codes, and other HT...

Read article
In-depth guide on documenting API requests with Scramble image

In-depth guide on documenting API requests with Scramble

When documenting the endpoints of your API, you can mentally split the task into documenting the request part (authentication, request body, request p...

Read article
Get Free Access to all 70+ Vue School Courses - 1-2 March image

Get Free Access to all 70+ Vue School Courses - 1-2 March

Vue School Free Weekend is back March 1-2! Enjoy 48 hours of FREE access to all premium courses, including Vue.js Master Class 2024 Edition!

Read article
Livewire 3.6 Released image

Livewire 3.6 Released

Laravel Livewire released v3.6 this week with new HTML directives for showing and hiding DOM elements and JavaScript actions.

Read article
Laravel Auto CRUD image

Laravel Auto CRUD

Laravel Auto CRUD Generator is a package that streamlines CRUD operations in Laravel by generating all necessary files and logic for a model with a si...

Read article
Integrate the Polar Billing Platform in Laravel image

Integrate the Polar Billing Platform in Laravel

The Laravel Polar package seamlessly integrates your Laravel application with Polar.sh, a modern way to sell your SaaS and digital products. This pack...

Read article
Type-Safe Shared Data and Page Props in Inertia.js image

Type-Safe Shared Data and Page Props in Inertia.js

Working with Inertia.js is amazing, but managing shared data types between your Laravel backend and JavaScript frontend can quickly become unwieldy. I...

Read article
Getting to Know Laravel's New Starter Kits image

Getting to Know Laravel's New Starter Kits

With the release of Laravel 12, we have three new starter kits for React, Vue, and Livewire. Each starter kit also has a WorkOS AuthKit variant. These...

Read article
ImapEngine is a simple API for managing mailboxes without the PHP extension image

ImapEngine is a simple API for managing mailboxes without the PHP extension

Steve Bauman talks with us about his newest package, ImapEngine, which provides a simple API for managing mailboxes -- without the PHP extension.

Read article
Laravel 12 is Now Released image

Laravel 12 is Now Released

Laravel 12 has been released. It introduces new starter kits for React, Vue, and Livewire and updates the latest upstream dependencies.

Read article
Streamline Your Laravel Models with Stringable Attributes image

Streamline Your Laravel Models with Stringable Attributes

Master Laravel's AsStringable cast for enhanced string manipulation. Transform your model attributes into powerful Stringable objects for cleaner, mor...

Read article
Performance and Value Objects in Laravel Accessors image

Performance and Value Objects in Laravel Accessors

Enhance your Laravel models with accessor caching and value objects. Create efficient, object-oriented representations of your data while optimizing p...

Read article
Dynamic Relationship Loading in Laravel image

Dynamic Relationship Loading in Laravel

Harness Laravel's loadMissing method for optimized relationship loading. Load related data conditionally and prevent N+1 query problems while keeping...

Read article
Latest and Oldest Relationship Methods in Laravel image

Latest and Oldest Relationship Methods in Laravel

Explore Laravel's latestOfMany and oldestOfMany methods for simplified relationship queries. Create expressive ways to access your models' first or mo...

Read article
Eloquent Relationship Queries in Laravel with whereRelation image

Eloquent Relationship Queries in Laravel with whereRelation

Unlock the power of Laravel's whereRelation method for streamlined relationship filtering. Build expressive queries that filter models based on relate...

Read article
Dagger Components: A Powerful Alternative to Laravel Blade Components image

Dagger Components: A Powerful Alternative to Laravel Blade Components

Dagger is a component authoring library for Laravel's Blade templating engine.

Read article
Fire Tower: Application & Config Monitoring image

Fire Tower: Application & Config Monitoring

Fire Tower is a Laravel package and service to keep tabs on your applications. Let us keep watch on your config, package versions, and more.

Read article
Laravel Forge logo

Laravel Forge

Easily create and manage your servers and deploy your Laravel applications in seconds.

Laravel Forge
Join the Mastering Laravel community logo

Join the Mastering Laravel community

Connect with experienced developers in a friendly, noise-free environment. Get insights, share ideas, and find support for your coding challenges. Join us today and elevate your Laravel skills!

Join the Mastering Laravel community
SaaSykit: Laravel SaaS Starter Kit logo

SaaSykit: Laravel SaaS Starter Kit

SaaSykit is a Multi-tenant Laravel SaaS Starter Kit that comes with all features required to run a modern SaaS. Payments, Beautiful Checkout, Admin Panel, User dashboard, Auth, Ready Components, Stats, Blog, Docs and more.

SaaSykit: Laravel SaaS Starter Kit
Lunar: Laravel E-Commerce logo

Lunar: Laravel E-Commerce

E-Commerce for Laravel. An open-source package that brings the power of modern headless e-commerce functionality to Laravel.

Lunar: Laravel E-Commerce
LaraJobs logo

LaraJobs

The official Laravel job board

LaraJobs
Bacancy logo

Bacancy

Supercharge your project with a seasoned Laravel developer with 4-6 years of experience for just $2500/month. Get 160 hours of dedicated expertise & a risk-free 15-day trial. Schedule a call now!

Bacancy