Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 515 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 515 Bytes

Installation

  1. Clone the project git clone https://github.com/dita-dev-team/MyPortalBot.git
  2. Navigate to the cloned directory.
  3. Create a copy of .env.example as .env
  4. Setup your database credentials in .env
  5. Install dependencies with composer install
  6. Generate app key with php artisan key:generate
  7. Migrate your database with php artisan migrate

Contribution

Go through the documentation at http://botman.io before thinking of contributing to the project.