Cashier Stripe Adds Support for Managing Customer Tax IDs https://laravel-news.com/cashier-stripe-tax-id
Laravel News
Cashier Stripe Adds Support for Managing Customer Tax IDs
Cashier Stripe v12.13 ships with some helpful new methods for managing customer Tax ID's for stripe customers.
Simple Automatic Upgrades for Tailwind CSS with Shift https://laravel-news.com/shift-for-tailwind
Laravel News
Simple Automatic Upgrades for Tailwind CSS with Shift
Shift officially released Tailwind Shifts for upgrading Tailwind projects
Scan Machine-Readable Documents with Identity Documents for Laravel https://laravel-news.com/laravel-identity-documents-v2
Laravel News
Scan Machine-Readable Documents with Identity Documents for Laravel
Identity Documents for Laravel is a package that allows you to handle documents like passports and other machine-readable documents.
Setup Umami self-hosted analytics using Laravel Forge https://laravel-news.com/umami-analytics-laravel-forge
Laravel News
Setup Umami self-hosted analytics using Laravel Forge
In this tutorial, learn how to setup Umami analytics with Laravel Forge
Get Current and Historical Currency Exchange Rates in Laravel https://laravel-news.com/laravel-currency-exchange
Laravel News
Get Current and Historical Currency Exchange Rates in Laravel
Laravel Currency is a package that provides current and historical exchange rates for currency and cryptocurrencies.
Serverless Laravel - Learn to scale your applications with Laravel Vapor https://laravel-news.com/serverless-laravel
Laravel News
Serverless Laravel - Learn to scale your applications with Laravel Vapor
Serverless Laravel is a course by Jack Ellis that will not only teach you about Laravel Vapor but also automatic scaling, deployments, and so much more.
Highly Performant Cursor Pagination in Laravel 8.41 https://laravel-news.com/cursor-pagination
Laravel News
Highly Performant Cursor Pagination in Laravel 8.41
The Laravel team released 8.41 with highly performant cursor pagination, an eloquent method to update models quietly, and the latest changes in the 8.x branch.
Laravel Nova Inline Select https://laravel-news.com/laravel-nova-inline-select
Laravel News
Laravel Nova Inline Select
Laravel Nova Inline Select allows you to change the status of the resource easily without having to edit. It can be used directly from both the index and detail views, saving a lot of time.
Harpoon: Next generation time tracking and billing https://laravel-news.com/harpoon-financial
Laravel News
Harpoon: Next generation time tracking and billing
Meet Harpoon, the next-generation time-tracking and billing software that not only records your financial past but also helps you plan and predict a profitable future.
Defining Default Password Validation Rules in Laravel https://laravel-news.com/defining-default-password-validation-rules
Laravel News
Defining Default Password Validation Rules in Laravel
The Password Validation Rule Object now supports the ability to define default password rules you can use across your application.
Sidecar packages, deploys, and executes AWS Lambda functions from your Laravel application. https://laravel-news.com/sidecar
Laravel News
Sidecar packages, deploys, and executes AWS Lambda functions from your Laravel application.
Sidecar for Laravel packages, deploys, and executes AWS Lambda functions from your Laravel application.
Disable Eloquent Lazy Loading During Development https://laravel-news.com/disable-eloquent-lazy-loading-during-development
Laravel News
Find N+1 problems instantly by disabling lazy loading
Learn about the strict lazy loading setting that allows you to disable it entirely for non-production environments.
What is Application Performance Monitoring (APM) and Why Do You Need It? https://laravel-news.com/what-is-application-performance-monitoring
Laravel News
What is Application Performance Monitoring (APM) and Why Do You Need It?
APM tools, like ScoutAPM, allow organizations to get a detailed analysis of the performance of your applications, in real-time. This includes critical information about server requests, response times, time-consuming methods and end-points, errors and their…