git clone https://github.com/deva7mad/simple-blog.git
cd simple-blog/
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
This will seed the database with 30 posts and for each post 5 comments each comment associated with a user.
php artisan storage:link
npm install && npm run dev
OR
npm install && npm run build
php artisan serve
php artisan test --coverage
vendor/bin/phpunit --coverage-html reports/