Welcome to Quickbill Installer

Admin URL: your base url / admin

To proceed with your script installation, please follow the guide for setting up your database via cPanel

đź”§ Database Setup via cPanel

  1. Log in to cPanel.
  2. Locate the Database Section:
    Scroll to “Databases” and click MySQL® Databases or Manage Databases.
  3. Create a New Database:
    In the “Create New Database” field, enter a name (e.g., mydatabase) and click “Create Database”.
    Your new database will be prefixed automatically (e.g. yourcpaneluser_mydatabase).
  4. Create a New Database User:
    Scroll to “MySQL Users” → “Add New User”.
    Enter a username (e.g., mydatabase) and a strong password (you can use the password generator), then click “Create User”.
    This creates a user like yourcpaneluser_mydatabase.
  5. Assign User to Database:
    In the “Add User to Database” section, select your new user and database, then click “Add”.
  6. Set User Privileges:
    On the privileges screen, check All Privileges and click “Make Changes”.
  7. Upload the zipped file to your public_html directory.
  8. Open the .env file and update the app.baseURL value with your domain name.
âś… Success! You now have:
Use these details on the next installation page to configure your script.
Start Installation