You are here

Feed aggregator

Deploying Soketi to Laravel Forge - Part 2

Laravel Blog - Thu, 02/23/2023 - 12:22
In Part I of this tutorial we learnt how to install and deploy Soketi to our Laravel Forge servers. Currently, Soketi is accessible over our server's IP address, behind port 6001. In this post we're going to modify our setup so that we can access our socket server via socket.my-domain.com. We'll do this by using an Nginx reverse proxy. Tue, 11 Jan 2022 09:22:14 +0000
Categories: Laravel

Deploying Soketi to Laravel Forge

Laravel Blog - Thu, 02/23/2023 - 12:22
Soketi is a simple, fast and resilient open-source WebSockets server written in Typescript. It's fully compatible with the Pusher v7 protocol which makes it a great replacement to Pusher when using Laravel Echo. Tue, 11 Jan 2022 09:25:44 +0000
Categories: Laravel

Servers for Artisans: The Next Generation

Laravel Blog - Thu, 02/23/2023 - 12:22
During Laracon NYC 2014, Taylor Otwell, the creator of Laravel, announced both Laravel Homestead and Laravel Forge, instantly simplifying the entire process of building Laravel applications - from first download to final deployment. Tue, 21 Dec 2021 15:49:08 +0000
Categories: Laravel

Log4j Vulnerability Update

Laravel Blog - Thu, 02/23/2023 - 12:22
Log4j is a Java library by Apache used to log debug messages within applications. It's recently been featured in news outlets around the world due to a vulnerability (known as Log4Shell) that was discovered allowing remote code execution using a specific string. Wed, 15 Dec 2021 13:14:32 +0000
Categories: Laravel

Laravel ecosystem — including Laravel, Forge, and Vapor — is PHP 8.1 ready

Laravel Blog - Thu, 02/23/2023 - 12:22
As you may have noticed in the past few weeks, we ensured that Laravel, first-party libraries, Forge, Envoyer, Nova, and Vapor, do support PHP 8.1 since day one. So, let's take a look at what you need to start using PHP 8.1. Fri, 26 Nov 2021 15:25:15 +0000
Categories: Laravel

Forge: MariaDB 10.6 and PostgreSQL 14

Laravel Blog - Thu, 02/23/2023 - 12:22
We're happy to announce the immediate availability of MariaDB 10.6 and PostgreSQL 14 database versions on Laravel Forge. Fri, 05 Nov 2021 15:04:15 +0000
Categories: Laravel

Vapor: RDS Proxies Now Support MySQL 8.0

Laravel Blog - Thu, 02/23/2023 - 12:22
Starting today, you may use Vapor's managed RDS Proxies with MySQL 8.0 — the most recent MySQL version. Mon, 25 Oct 2021 15:29:29 +0000
Categories: Laravel

Vapor: PHP 8.1 Release Candidate Is Now Supported

Laravel Blog - Thu, 02/23/2023 - 12:22
Starting today, you may use PHP 8.1 Release Candidates in your Vapor environments. To get started, simply specify "php-8.1:al2" as your preferred runtime in your "vapor.yml" configuration file. Tue, 19 Oct 2021 09:28:09 +0000
Categories: Laravel

Forge: PHP 8.1 Release Candidate Is Now Supported

Laravel Blog - Thu, 02/23/2023 - 12:22
Starting today, you may install PHP 8.1 Release Candidates by choosing "PHP 8.1 RC" while creating a new server. Or, you may install the release candidate on an existing server via the PHP tab on a server's management dashboard. Mon, 18 Oct 2021 10:33:47 +0000
Categories: Laravel

Vapor: Octane Support Is Now Available

Laravel Blog - Thu, 02/23/2023 - 12:22
Today we're pleased to announce that Octane support is now available in Laravel Vapor. The speed improvements are just mind-blowing, so put on your seat belt, and let's get into the details. Mon, 04 Oct 2021 23:49:44 +0000
Categories: Laravel

Forge: Let's Encrypt Compatibility Changes

Laravel Blog - Thu, 02/23/2023 - 12:22
On Thursday, September 30th there will be a small change in how older browsers and devices will treat Let's Encrypt's certificates. While most sites will be unaffected, it will likely impact you if you're providing an API or support IoT devices. Fri, 01 Oct 2021 08:18:51 +0000
Categories: Laravel

Envoyer: Transfer Projects

Laravel Blog - Thu, 02/23/2023 - 12:22
Starting today, it's possible for project owners to transfer projects to another Envoyer account. Collaborators will not be able to transfer a project away from its owner.Project transfers may be initiated from the project's settings page:The "Transfer... Thu, 09 Sep 2021 08:16:45 +0000
Categories: Laravel

Forge: Introducing The Forge CLI

Laravel Blog - Thu, 02/23/2023 - 12:22
Today we're proud to introduce you to our new command-line tool: Forge CLI. In short, this new open-source tool provides a number of helpful commands that can assist you in managing your Forge servers, sites, and resources, from the command-line. Mon, 09 Aug 2021 11:22:03 +0000
Categories: Laravel

Forge: Infrastructure Upgrades

Laravel Blog - Thu, 02/23/2023 - 12:22
On July 7th, we've made infrastructure upgrades on Laravel Forge to increase its stability and capacity. Due to the upgrades, we've updated the list of IP Addresses that may SSH into your server. Thu, 08 Jul 2021 15:16:28 +0000
Categories: Laravel

Laravel 9 Release Date

Laravel Blog - Thu, 02/23/2023 - 12:22
As you may know, this year we updated the Laravel release cycle to include one major release per year. Previously, we released two major versions per year. These release changes would typically indicate that a Laravel 9 release is due in September of this year.... Wed, 07 Jul 2021 13:54:22 +0000
Categories: Laravel

Deploying your Next.js App To Forge

Laravel Blog - Thu, 02/23/2023 - 12:22
Next.js is a React framework developed by [Vercel](https://vercel.com). It includes functionality such as server-side rendering and static site generation. Today we’ll explain how you can deploy your Next.js application with [Laravel Forge](https://forge.laravel.com). If you’re following along with your own Forge server, ensure that the server... Tue, 04 Jan 2022 15:28:05 +0000
Categories: Laravel

Deploying Your Nuxt.js Site To Laravel Forge

Laravel Blog - Thu, 02/23/2023 - 12:22
Nuxt.js is a framework for generating static websites using Vue.js. Today we’re we're going to explore how to deploy your Nuxt.js application with [Laravel Forge](https://forge.laravel.com). If you're following along with your own Forge server, ensure that the server is a "App" or "Web" server so... Fri, 18 Jun 2021 15:01:42 +0000
Categories: Laravel

Vapor: API Gateway vs Load Balancers

Laravel Blog - Thu, 02/23/2023 - 12:22
When using an AWS serverless infrastructure powered by Vapor, you have three different options to consider when determining how to route traffic to your application: API Gateway v1, API Gateway v2, and Load Balancers. In this article, we are going to compare these three options in terms of performance, pricing, and features. Fri, 18 Jun 2021 15:10:15 +0000
Categories: Laravel

Envoyer: Infrastructure Upgrades

Laravel Blog - Thu, 02/23/2023 - 12:22
On June 12th we upgraded Envoyer's infrastructure, which allowed us to migrate to PHP 8, Laravel 8, and Spark Next. Due to the upgrades, it means that Envoyer is now using new IP addresses.We emailed all subscribed customers on Wednesday June 9th advising that any... Mon, 14 Jun 2021 13:42:31 +0000
Categories: Laravel

Vapor: Common Infrastructure Performance Tips

Laravel Blog - Thu, 02/23/2023 - 12:22
In this article, we'll cover the Vapor most common infrastructure performance tips that may speed your Laravel applications powered by Vapor. Fri, 11 Jun 2021 15:03:26 +0000
Categories: Laravel

Pages

Subscribe to ZenPHP aggregator