Clone repo
git clone https://github.com/webdevmatics/webdevforum.git
Install the composer dependencies
composer install
Save .env.example as .env and put your database credentials
Set application key
php artisan key:generate
And Migrate with
php artisan migrate