Step 1 - Clone the Repo
git clone https://github.com/donchoborisov/forum-test.git
Step 2 - Go into the folder
cd laravel-forum
Step 3 - Run the following command
composer install
Step 4 copy the ENV file
cp .env.example .env
Step 5 generate the key
php artisan key:generate
Step 6 run migration and seeder for channels
php artisan migrate --seed
Step 6 - Run the local server
php artisan serve