- Clone the project
git clone https://github.com/dita-dev-team/MyPortalBot.git
- Navigate to the cloned directory.
- Create a copy of
.env.example
as.env
- Setup your database credentials in
.env
- Install dependencies with
composer install
- Generate app key with
php artisan key:generate
- Migrate your database with
php artisan migrate
Go through the documentation at http://botman.io before thinking of contributing to the project.