A minimalistic Medium.com clone built with Laravel PHP Framework and Tailwind CSS
git clone https://github.com/iamwebwiz/mediumly.git
mediumly
directorycd ./mediumly
.env.example
to .env
cp .env.example .env
composer install
php artisan key:generate
Configure your database variables in .env
php artisan migrate --seed
Admin Credentials
Run tests with this command on your terminal:
composer test
Cheers!!!