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:
- Point your web server to the project's
public/directory and navigate to/installin your browser. - 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.
- Database Configuration: Enter your database connection details (Driver, Host, Port, Database name, Username, and Password). Click Test Connection to verify settings dynamically.
- Run Installer: Clicking "Save Settings" will write configurations to the
.envfile, execute database migrations (migrate --force), run the base system seeder (CleanInstallationSeeder), generate the secure application encryption key, and link public storage. - 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?