A minimalistic Medium.com clone built with Laravel PHP Framework and Tailwind CSS
- Clone the repository
git clone https://github.com/iamwebwiz/mediumly.git
- Navigate into
mediumly
directory
cd ./mediumly
- Copy the contents of
.env.example
to.env
cp .env.example .env
- Install composer dependencies
composer install
- Generate Application Key
php artisan key:generate
Configure your database variables in .env
- Run migrations and seeders
php artisan migrate --seed
- Check out the demo here
- Login here
Admin Credentials
- Email: admin@mediumly.com
- Password: securepass
Run tests with this command on your terminal:
composer test
Cheers!!!