eMerchantPay Task Blog Implementation Installation Install composer dependencies, yarn dependencied and build assets yarn install yarn run build composer install Copy .env.example file and edit it cp .env.example .env Import sql backup tables and data (demo user is demo:demo) mysql -uroot -p emerchantpay < emerchantpay.sql Run project php -S 0.0.0.0:8888 -t public Open administration http://localhost:8888/admin