- Author : Evans Indeche
- Twitter : @indeche_oj
git clone https://github.com/OBrien-reece/anime-blog.git
cd anime-blog
composer install
npm install
npm run dev
php artisan key:generate
php artisan cache:clear && php artisan config:clear
php artisan serve
I have uploaded the sql file within this project 9anime.sql
You can simply create a database on your localhost called 9anime
, then import the database using the sql file attached