Run these commands after pulling the project form the github.
• Install composer
composer install
• To generate key
php artisan key generate
• run migrate
php asrtisan migrate
• Running Seeders
composer dump-autoload
php artisan db:seed
php artisan migrate:refresh --seed
• Run this to create the link
php artisan storage:link
• To serve the application
php artisan serve