Back to Changelog
Panel Backend

v1.0.476

Minor Release Released August 21, 2026

Introduces the Laravel Toolkit backend for managing Laravel applications directly from the panel.

New Features

3
  • Laravel Toolkit: install apps via Composer create-project or git clone, deploy and roll back from git, manage queue workers and the scheduler as systemd units, run an Artisan console, and manage Composer dependencies, across 11 supported PHP versions (5.6-8.5).
  • Laravel apps now bind to domain or subdomain document roots automatically, with the matching PHP version selected for you.
  • Added optional custom nginx directives per subdomain.

Improvements

2
  • Docker containers for tenants now receive the capabilities declared by their template; privileged mode remains restricted to administrators.
  • Error notifications now include the underlying reason instead of a generic message.

Bug Fixes

2
  • Git webhook URLs now use the panel domain instead of an internal address.
  • Added 438 missing English translations for backend API messages, so API responses show a real message instead of a raw translation key.
See the Demo