Installation

How to install Tunnel CRM

To install Tunnel CRM follow steps below:

  1. Clone this repository to your system/server Or run following command

      composer create-project cvirando/tunnelcrm my-app
  2. make new copy of .env.example and name it .env (if you chose clone option only)

  3. Set values in .env file to your system/server settings (i.e. Name,URL,Database,Mail, etc.)

  4. Install dependencies by this command

      composer install
  5. Migrate your database by this command

      php artisan migrate --seed
  6. Visit your website and login with following data

      Email: admin@admin.com
      Password: password
  7. Change your email and password

  8. You are all set to install your first module. Visit modules page from your panel.

Last updated