Installing via Web Setup Wizard

Installing via Web Setup Wizard

Step-by-step guide on Installing via Web Setup Wizard for EnvaTicket.

Web Installation Wizard

EnvaTicket features a step-by-step graphical installer to configure database, environment settings, and create the root admin account.

Steps:

  1. Point your web server to the project's public/ directory and navigate to /install in your browser.
  2. Requirements Check: The installer validates all PHP versions, extensions, and directory permissions. If any requirement is missing, follow the on-screen instructions to resolve it.
  3. Database Configuration: Enter your database connection details (Driver, Host, Port, Database name, Username, and Password). Click Test Connection to verify settings dynamically.
  4. Run Installer: Clicking "Save Settings" will write configurations to the .env file, execute database migrations (migrate --force), run the base system seeder (CleanInstallationSeeder), generate the secure application encryption key, and link public storage.
  5. Admin Credentials Setup: Specify the brand name, site URL, and configure the main administrator account (name, email, password).

Once completed, the system writes a lockfile to storage/installed to disable subsequent installations. You are automatically logged in and redirected to the Admin dashboard.

3 views Thanks for your feedback!
Was this helpful?