You are here

Feed aggregator

Vapor Tinker Command

Laravel Blog - Thu, 02/23/2023 - 12:22
Today we released version v1.7.0 of `laravel/vapor-cli`. This release includes a new `tinker` command. Using the new command, you can execute code on Vapor using Laravel Tinker. Tue, 09 Jun 2020 15:38:15 +0000
Categories: Laravel

Laravel v7.14.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.14.0 is released in 2020/06/02, here are the changes we`ve merged into this release. Tue, 02 Jun 2020 16:56:04 +0000
Categories: Laravel

Laravel v7.13.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.12.0 is released in 2020/05/26, here are the changes we`ve merged into this release. Thu, 28 May 2020 05:40:36 +0000
Categories: Laravel

Envoyer: Healthchecker Upgrades

Laravel Blog - Thu, 02/23/2023 - 12:22
On Tuesday 26th May, we upgraded Envoyer's "health check" servers in NYC, London, and Singapore.Due to the upgrades, the service now operates from three new IP addresses. We have documented the new server IPs here: https://envoyer.io/docsFor convenience, the new IP addresses are... Wed, 27 May 2020 21:57:15 +0000
Categories: Laravel

Vapor: Adding Imagick As Separate Lambda Layer

Laravel Blog - Thu, 02/23/2023 - 12:22
Starting today, you can add Imagick support to your projects by importing an external Lambda layer. This change decreases the size of the default Vapor runtime layer and allows customers that don't use Imagick to upload larger applications without worrying about AWS Lambda application size... Tue, 26 May 2020 07:04:48 +0000
Categories: Laravel

Forge: Ubuntu 20.04 & New AWS Regions

Laravel Blog - Thu, 02/23/2023 - 12:22
Beginning today, Forge will provision all new servers with Ubuntu 20.04, the latest Ubuntu LTS release. If you would like to provision a new server using Forge's "Custom VPS" option, you should now ensure your server Ubuntu 20.04 installed. In addition, we have introduced support... Thu, 21 May 2020 13:41:37 +0000
Categories: Laravel

Forge: Removing "beanstalkd"

Laravel Blog - Thu, 02/23/2023 - 12:22
Beginning today, Forge will no longer install beanstalkd on new servers. We have noted an increase in provisioning failures due to the beanstalkd service failing. In addition, beanstalkd usage among Laravel users has declined sharply with the introduction of more robust tools like... Wed, 20 May 2020 13:29:22 +0000
Categories: Laravel

Laravel v7.12.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.12.0 is released in 2020/05/19, here are the changes we`ve merged into this release. Sat, 23 May 2020 12:51:03 +0000
Categories: Laravel

Passport v9.1.0 Breaking Changes

Laravel Blog - Thu, 02/23/2023 - 12:22
After the v9.0.0 release for Passport on Tuesday, we discovered an incompatibility with Personal Access Clients and the new client secret hashing feature. The fix that required for this introduces a breaking change for anyone who has already hashed the secret key of their Personal... Fri, 08 May 2020 15:12:26 +0000
Categories: Laravel

Forge: Telegram Notifications

Laravel Blog - Thu, 02/23/2023 - 12:22
Forge can now send deployment notifications to your Telegram group chat.You can configure Telegram within the Notifications tab of your site. Check the documentation here.Like with Slack notifications, Forge will notify you on the success and failure of a deployment.We’ll... Wed, 20 May 2020 19:03:45 +0000
Categories: Laravel

Laravel v7.10.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.10.0 is released in 2020/05/05, here are the changes we`ve merged into this release. Tue, 05 May 2020 18:36:01 +0000
Categories: Laravel

Forge: Composer Update Times

Laravel Blog - Thu, 02/23/2023 - 12:22
At the beginning of April, we deployed a change to all new and existing Forge servers to randomize the composer self-update cron task.Previously, all Forge servers would attempt to update Composer at midnight which was unintentionally DDoS Composer's servers. Tue, 05 May 2020 14:32:41 +0000
Categories: Laravel

Laracon Online 2020

Laravel Blog - Thu, 02/23/2023 - 12:22
Hey everyone!As many of you know, we had to cancel Laracon US 2020 due to the ongoing pandemic and travel restrictions. While unfortunate, it led me to step back and rethink the current Laracon landscape. Typically, I make the year's major feature announcements live on... Wed, 29 Apr 2020 13:52:27 +0000
Categories: Laravel

Laravel 7.9.0 - Blade Component Improvements

Laravel Blog - Thu, 02/23/2023 - 12:22
Today I released Laravel 7.9.0. This release includes two improvements for Blade components.Blade Echo Within AttributesFirst, the release fixes a developer experience issue when using Blade components in combination with Laravel Livewire. Previously, specifying a wire:click attribute on a component that utilizes an in-scope PHP... Tue, 28 Apr 2020 14:35:01 +0000
Categories: Laravel

Laravel v7.7.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.7.0 is released in 2020/04/21, here are the changes we`ve merged into this release. Tue, 21 Apr 2020 15:52:43 +0000
Categories: Laravel

Forge: Metric Monitoring

Laravel Blog - Thu, 02/23/2023 - 12:22
Today we are launching an exciting new feature for Laravel Forge: metric monitoring! Laravel team member James Brooks has been working hard on this feature for two months. Thu, 16 Apr 2020 14:53:39 +0000
Categories: Laravel

Laravel v7.6.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.6.0 is released in 2020/04/14, here are the changes we`ve merged into this release. Tue, 14 Apr 2020 19:16:42 +0000
Categories: Laravel

Vapor: HTTP APIs / API Gateway 2.0

Laravel Blog - Thu, 02/23/2023 - 12:22
When you launch an application on Laravel Vapor, we use AWS API Gateway to point web traffic to the AWS Lambda function that is powering your application. Normally, this is all magic that happens behind the scenes when using Vapor.A few months ago, Amazon released... Mon, 13 Apr 2020 15:05:56 +0000
Categories: Laravel

Laravel v7.5.0 released

Laravel Blog - Thu, 02/23/2023 - 12:22
Laravel v7.5.0 is released in 2020/04/07, here are the changes we`ve merged into this release. Tue, 07 Apr 2020 15:44:31 +0000
Categories: Laravel

Cashier v11

Laravel Blog - Thu, 02/23/2023 - 12:22
We're very excited to announce the immediate availability of Cashier v11. This release of Cashier introduces support for Multiplan Subscriptions as well as Stripe's new Tax Rates feature.Multiplan SubscriptionsMultiplan subscriptions allow you to assign multiple billing plans to a single subscription.... Tue, 07 Apr 2020 15:45:47 +0000
Categories: Laravel

Pages

Subscribe to ZenPHP aggregator