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 package can handle subscriptions, recurring payments,...
View ArticleType-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. In this post, I'll show you how to leverage Laravel...
View ArticlePerformance 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 performance through intelligent caching mechanisms....
View ArticleDagger Components: A Powerful Alternative to Laravel Blade Components
Dagger is a component authoring library for Laravel's Blade templating engine. The post Dagger Components: A Powerful Alternative to Laravel Blade Components appeared first on Laravel News. Join the...
View ArticleStreamline 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, more expressive code. The post Streamline Your...
View ArticleLivewire 3.6 Released
Laravel Livewire released v3.6 this week with new HTML directives for showing and hiding DOM elements and JavaScript actions. The post Livewire 3.6 Released appeared first on Laravel News. Join the...
View ArticleGet 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! The post Get Free Access to all 70+ Vue School Courses -...
View ArticleResource 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 HTTP attributes before sending to clients. The post...
View ArticleLaravel 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. The post Laravel 12 Svelte Starter Kit appeared first on Laravel News....
View ArticleCatch 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, predictable tests. The post Catch Unintended HTTP...
View ArticleGrapheme
A PHP package to measure the width of unicode strings rendered to a terminal. The post Grapheme appeared first on Laravel News. Join the Laravel Newsletter to get all the latest Laravel articles like...
View ArticleIn-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 parameters) and documenting the response part. In...
View ArticleCustom 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 intuitive data organization. The post Custom Key...
View ArticleLaravel 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 single command, saving time and effort. The post...
View ArticleTemporary 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 instances, and more. The post Temporary Context...
View ArticleEnsuring Secure URLs in Laravel Applications
Implement secure URL generation in Laravel with the forceHttps method. Automatically enforce HTTPS connections based on your environment while maintaining consistent security across your application....
View ArticleFlux 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 of Livewire. The post Flux 2.0 Livewire UI Kit...
View ArticleLaravel MongoDB 5.2 Released: Support for Laravel 12, Laravel Scout, Vector...
The MongoDB PHP team released version 5.2.0 of the Laravel MongoDB integration. The post Laravel MongoDB 5.2 Released: Support for Laravel 12, Laravel Scout, Vector Search, and more appeared first on...
View ArticleCleaner 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 cleaner, more maintainable code. The post Cleaner...
View ArticleSeamless 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, elegant API. It supports Laravel storage, configurable...
View Article