Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

kachi_dk's avatar

Is laravel forge a domain registrar

Is laravel forge a domain registrar, And what are the main features of forge, broken down in details,

0 likes
2 replies
tykus's avatar
tykus
Best Answer
Level 104

No.

Forge allows you to provision web server(s) on different cloud services such as Digital Ocean, AWS, Linode, etc.

This service will allow you to easily create and recreate a web server with a specific configuration to serve you application(s). In addition, it can run automated deployments whenever you push to (usually the main) branch in your VCS remote repo. It can allow you to define and run queue workers (and the supervisor service that keeps them alive) on the server. You can create database on the same server. You can manage your SSL certificates.

Please or to participate in this conversation.