You are here

Laravel Blog

Subscribe to Laravel Blog feed
Updated: 1 year 2 months ago

Forge: Introducing Server Types

Thu, 02/23/2023 - 12:22
Today we are excited to announce a new way to provision different types of servers within Laravel Forge. When creating a Forge server, you will now have your choice of six different server types: App Server, Web Server, Worker Server, Database Server and Cache Server.... Thu, 04 Feb 2021 09:30:45 +0000
Categories: Laravel

Laravel: Parallel Testing Is Now Available

Thu, 02/23/2023 - 12:22
We're excited to announce that Parallel Testing is now available in Laravel. Starting Laravel v8.25, you may use the built-in `test` Artisan command to run your tests simultaneously across multiple processes to significantly reduce the time required to run the entire test suite. Tue, 26 Jan 2021 14:43:52 +0000
Categories: Laravel

Laravel: New Release Schedule

Thu, 02/23/2023 - 12:22
For the last 4 years, Laravel has released a new "major" version every 6 months. Before adopting the "semantic versioning" standard - the second number in the Laravel version number changed every 6 months. With the adoption of semantic versioning, the first number in the... Tue, 26 Jan 2021 19:54:01 +0000
Categories: Laravel

Forge: Deploy Keys Now Supported

Thu, 02/23/2023 - 12:22
Forge is used by agencies all over the world to provision servers and deploy sites on behalf of their clients. Currently, when Forge provisions a server, that server's SSH key is added to the SSH keys of the Forge user's connected source control providers. This... Mon, 25 Jan 2021 09:37:01 +0000
Categories: Laravel

Security: Laravel 6.20.12, 7.30.3 Released

Thu, 02/23/2023 - 12:22
Earlier this week we released a security update to address a problem with query parameter binding in Laravel. However, the 6.x and 7.x releases were done before the Git sub-tree splits had completed running; therefore, anyone using the illuminate/database component apart from the Laravel framework... Fri, 15 Jan 2021 15:43:48 +0000
Categories: Laravel

Security: Laravel 6.20.11, 7.30.2, 8.22.1 Released

Thu, 02/23/2023 - 12:22
This morning we released Laravel 6.20.11, 7.30.2, and 8.22.1. These updates contain a security related patch; therefore, we encourage all Laravel users to update their applications as soon as possible. Wed, 13 Jan 2021 15:14:35 +0000
Categories: Laravel

Laravel Snippet #26: Jetstream 2.x, Forge Circles, Spark "Next", React SPAs

Thu, 02/23/2023 - 12:22
In this episode I discuss the release of Jetstream 2.x, Forge Circles, Spark "Next", and React SPA starter kits. Fri, 08 Jan 2021 15:18:54 +0000
Categories: Laravel

Forge: Creating Circle Servers

Thu, 02/23/2023 - 12:22
As a circle owner in Laravel Forge, you can now allow your circle members to create servers using the server provider credentials of your choice: Fri, 08 Jan 2021 14:50:24 +0000
Categories: Laravel

Security: Fortify 1.7.4. Released

Thu, 02/23/2023 - 12:22
We have reverted a pull request that was merged into Laravel Fortify 1.7.3 which introduced a potential security vulnerability. Please update your applications using Fortify 1.7.3, including all Jetstream based applications, to Fortify 1.7.4. Thu, 07 Jan 2021 18:52:04 +0000
Categories: Laravel

Jetstream 2.0 Released

Thu, 02/23/2023 - 12:22
Today I'm excited to announce the release of Laravel Jetstream 2.0! This release of Jetstream adds several highly requested features to the application starter kit, including:Team Member InvitationsInertia Authentication ViewsTeam Switcher ImprovementsAccessibility ImprovementsTailwind 2.0 SupportIf you have already started an application on... Tue, 05 Jan 2021 19:41:34 +0000
Categories: Laravel

Laravel Internals: Episode #3

Thu, 02/23/2023 - 12:22
In this week's episode, our team chat about the recent developments on the Laravel ecosystem. Thu, 31 Dec 2020 11:17:03 +0000
Categories: Laravel

Laravel Internals: Episode #2

Thu, 02/23/2023 - 12:22
In this week's episode, our team members Dries Vints and Mohamed Said chat about the recent developments in Open Source, and Vapor. Thu, 31 Dec 2020 11:14:12 +0000
Categories: Laravel

Laravel Snippet #25: Ecosystem Discussion, Auth Recap, Passport, Sanctum

Thu, 02/23/2023 - 12:22
In this episode, I discuss recent comments regarding my previous podcast, give a recap of the authentication packages covered in the last podcast, and discuss Laravel Passport and Sanctum with particular focus on SPA authentication. Mon, 28 Dec 2020 14:32:26 +0000
Categories: Laravel

Laravel Snippet #24: Fortify, Jetstream, Breeze

Thu, 02/23/2023 - 12:22
In this episode I discuss the history and purpose of Laravel authentication scaffolding and what led me to write Laravel Fortify, Jetstream, and Breeze. Mon, 21 Dec 2020 20:31:23 +0000
Categories: Laravel

Envoyer & Vapor: Automatically Email Invoices

Thu, 02/23/2023 - 12:22
Beginning today, you may provide a list of email addresses that you would like to receive invoice PDFs when your Envoyer and Vapor subscriptions successfully renews. Tue, 22 Dec 2020 14:44:18 +0000
Categories: Laravel

Envoyer: Selectable Deployment Hooks

Thu, 02/23/2023 - 12:22
Envoyer's powerful deployment hook system allows you to create bespoke deployment plans for your projects. Envoy can install your dependencies and compile your assets or even interact with third-party APIs. Our customers use deployment hooks to create powerful, custom deployment solutions for their applications.Today we're... Wed, 16 Dec 2020 15:21:07 +0000
Categories: Laravel

Vapor: Amazon Linux 2 Runtimes Are Now Available

Thu, 02/23/2023 - 12:22
Amazon recently announced the second version of its operating system: Amazon Linux 2. Starting today, you may start using PHP on top of Amazon Linux 2 by updating the "runtime" configuration option in the "vapor.yml" file. Mon, 21 Dec 2020 10:40:05 +0000
Categories: Laravel

Vapor: Docker Based Deployments

Thu, 02/23/2023 - 12:22
One of the limitations of AWS Lambda is that the deployment size, including layers, must not exceed 250 MB. This is not ideal for large projects that have many composer dependencies. In addition, many people interested in Laravel Vapor would like to install additional PHP... Mon, 21 Dec 2020 10:29:27 +0000
Categories: Laravel

Forge: Automatically Email Invoices

Thu, 02/23/2023 - 12:22
Beginning today, you may provide a list of email addresses that you would like to receive invoice PDFs when your Forge subscription successfully renews. This new feature is available on your "Profile > Subscription" dashboard. Tue, 22 Dec 2020 14:44:28 +0000
Categories: Laravel

Forge: PHP 8.0 Is Now Supported

Thu, 02/23/2023 - 12:22
As you may know, Forge allows you to specify which PHP version a given site runs on. Of course, we want you to be able to use the latest PHP features as soon as possible. Beginning today, you may choose PHP 8.0 while creating a new server. Fri, 04 Dec 2020 13:47:11 +0000
Categories: Laravel

Pages