Seamless Server Assignment with Circles
Provisioning a new server used to involve a repetitive post-creation dance. You would spin up the instance and then manually navigate through settings to assign it to a specific Circle
. That friction is gone. Laravel Forge
now includes a dropdown menu directly in the creation interface. This small shift allows you to categorize resources at the moment of birth, ensuring your team permissions and organizational structures stay intact without extra clicks. Even better, the API
received the same update, letting you pass a circle ID during automated deployments.
Refined Maintenance Mode Control
Managing downtime requires precision, and the new Maintenance Mode
placement reflects that. The application panel now houses these controls, moving them from obscure settings to the forefront of the UI. When you flip the switch, a dialogue box appears to handle advanced configurations. You can set a secret bypass token—allowing you to view the live site while visitors see the holding page—and define exactly which HTTP status code the server should return. This level of granular control keeps your deployment transitions professional and predictable.
Instant Job Execution and Daemon Logs
Debugging scheduled tasks often meant reaching for a terminal to manually fire off commands. Forge now bridges this gap by adding a 'Run Job' button directly within the scheduler menu. This allows for immediate testing of cron jobs without SSH
access. Furthermore, the Logs page has expanded its reach to include Daemon
logs. Whether you are tracking background workers or persistent processes, you can now view or download the last 500 lines of activity with a single click.
Modernizing the Stack with Postgres 16
Keeping your database layer current is vital for performance and security. Forge has officially added support for Postgres 16
, allowing you to take advantage of the latest query optimization and replication features. When combined with the UI updates, these improvements signify a commitment to reducing the mental overhead of server management, letting you focus on writing code rather than wrestling with infrastructure.