Laravel Cloud achieves SOC 2 Type 1 Compliance
SOC 2 Type 1 compliance achieved with SOC 2 Type 2 coming soon for Laravel Cloud as well as Laravel Forge and Laravel Nightwatch.
André Valentin
SOC 2 Type 1 compliance achieved with SOC 2 Type 2 coming soon for Laravel Cloud as well as Laravel Forge and Laravel Nightwatch.
André Valentin
Today we shipped Laravel Cloud, Starter Kits (React, Vue, & Livewire), VS Code Extension, and Laravel 12.
Sam
Laravel Nova 5.0 is now ready for upgrade. This release focuses on modernizing Nova's core dependencies while introducing several useful features to improve resource management and field handling.
Cynthia Bell McGills
Starting today, you may use PHP 8.4 in your Vapor environments. To get started, simply specify "php-8.4:al2" as your preferred runtime in your "vapor.yml" configuration file.
Mohamed Said
This 6th annual Laracon AU brought together the biggest crowd in Australia yet. After months of teasing a new Laravel product, Taylor and Jess announced Nightwatch, a fully managed application monitoring platform for Laravel.
Sam
We're thrilled to announce the next big step for Laravel Herd, making the best development environment for macOS and Windows users even better. This update ships an integration with Laravel Forge, a profiler, a way to store your project configuration in your repository, and massive improvements for the dump debugger.
Taylor Otwell
We're happy to announce that Spark Stripe now supports PayPal for starting new subscriptions.
Dries Vints
We're happy to announce that Spark Stripe now supports SEPA Direct Debit payments and Link payments.
Dries Vints
We're happy to announce the immediate availability of Spark 5.0 for both Paddle and Stripe.
Dries Vints
Recently, AWS announced a new addition to the ElastiCache service, serverless ElastiCache. Serverless ElastiCache radically simplifies the management of your cache, negating the need to provision a fixed-size cache or predetermined number of cache nodes. Instead, Redis-backed serverless Caches can be provisioned in under a minute and instantly scale to support the needs of even the most demanding applications. Serverless ElastiCache automatically stores data across availability zones and offers 99.99% availability. It also provides encryption in transit and at rest by default. Today, we're excited to announce Vapor now provides the ability to provision and manage serverless ElastiCache directly from the Vapor dashboard or CLI. To get started, simply create a new cache from your [Vapor dashboard](https://vapor.laravel.com/app/caches) and select the new **"Redis 7.x Serverless"** cache type. As always with Vapor, we strive to ensure that provisioning infrastructure and attaching it to your projects is as simple as possible. Once your new serverless Cache is provisioned, [add it to your `vapor.yml` configuration file](https://docs.vapor.build/resources/caches.html#using-caches) and deploy using the Vapor CLI. Vapor will automatically configure the Redis connection and inject all relevant environment variables: ```yaml id: 3 name: vapor-app environments: production: cache: my-serverless-cache build: - 'composer install --no-dev' deploy: - 'php artisan migrate --force' ``` To learn more about using caches with your Vapor application, check out our complete [Vapor cache documentation](https://docs.vapor.build/resources/caches.html). At Vapor, we go the extra mile to ensure your serverless infrastructure is as easy to manage and maintain as possible. We hope you like this exciting new addition, which is available today.
Joe Dixon
Laravel is the most productive way to
build, deploy, and monitor software.