Charity website for Covid-19 victims built in Laravel.
To clone this repository -
git clone https://github.com/rakibdevs/donate-for-corona.git
cd donate-for-corona
composer update
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve