Creating a Site

The Sites module uses a two step process to create multiple sites in your Pyro installation. The first step is to simply create a site through the control panel!

Installing the Site

After creating a site via the control panel you must install it via CLI. To do so run the install command and target your new site by it's application reference:

php artisan install --app=example --ready

You're all set! You can now visit the new site using it's domain and login.