Clone this project to your local computer.
git clone https://github.com/ashishnishad/laravel-multitn.git
Navigate to the project folder.
cd laravel-multitn
create new .env file and edit database credentials there.
cp .env.example .env
Install required packages.
composer install
Generate new app key.
php artisan key:generate
php artisan migrate
php artisan serve
open url http://localhost:8000/
For other steps refer to attached video