Stratosv1.4.0

Power user

Project templates

Scaffold a new project from Laravel, Symfony, WordPress, or a bare PHP template.

Creating from a template

  1. Open Projects → New project.
  2. Pick a template:
    • Laravel — runs composer create-project laravel/laravel.
    • Symfony skeletonsymfony new --webapp if the Symfony CLI is in PATH, otherwise composer create-project symfony/skeleton.
    • WordPress — downloads the latest WordPress tarball.
    • Bare PHP — a single index.php with a Stratos-themed hello page.
  3. Set the domain, PHP version, and a path inside the webroot.
  4. Click Create.

What happens behind the scenes

  1. The project directory is created under the webroot.
  2. The template is fetched and unpacked (or composer create-project is run).
  3. A stratos.yml is written with your chosen PHP version.
  4. The FPM pool is built and nginx is reloaded.
  5. The site is opened in your default browser.

After creating

The new project has a green dot in the Sites tab. The first request to its domain may take an extra second while the FPM pool warms up.