anime wallpapers download and share your wallpapers built with laravel
copy this into your terminal/cmd
you must have php,composer and npm installed
git clone --depth 1 https://github.com/Eboubaker/animo animo
cd animo
composer install
php -r "copy('.env.example', '.env');"
php artisan key:generate
php artisan migrate --seed
npm install
npm run dev
php artisan serve
before migrating remember to set up your database in .env file
open browser to http://127.0.0.1:8000
login: admin
password: password