Clone this project to your local computer.
git clone https://github.com/ashishnishad/laravel-multitn.gitNavigate to the project folder.
cd laravel-multitncreate new .env file and edit database credentials there.
cp .env.example .envInstall required packages.
composer installGenerate new app key.
php artisan key:generatephp artisan migratephp artisan serveopen url http://localhost:8000/For other steps refer to attached video