This is a simple phone shop built on Symfony 4. The shop was inspired by the app made by CodingAddict (React Tutorial: Build an e-commerce site from scratch using React and Netlify), but this is system was completely built with PHP and Bootstrap 4.
git clone https://github.com/arvilmena/eCommerce-demo-with-Symfony-4
cd eCommerce-demo-with-Symfony-4
composer install
cp .env .env.local
- Update
DATABASE_URL
,PAYPAL_MERCHANT_USERNAME
,PAYPAL_MERCHANT_PASSWORD
,PAYPAL_MERCHANT_SIGNATURE
variables ./bin/console doctrine:database:create
./bin/console doctrine:migrations:migrate
./bin/console doctrine:fixtures:load
yarn
yarn encore production
./bin/console server:run
- Navigate to your http://localhost:8000
- The "admin" page which lists all purchases is at http://localhost:8000/admin (no authentication required)