Setting up the Sylius Test Application
1. Create the Test Database
vendor/bin/console doctrine:database:create2. Run Migrations to Build the Database Schema
vendor/bin/console doctrine:migrations:migrate -n3. Load Sylius Fixtures
vendor/bin/console sylius:fixtures:load -n4. Install Frontend Dependencies (JavaScript & CSS)
(cd vendor/sylius/test-application && yarn install)5. Build Frontend Assets (Admin & Shop)
6. Install Assets into the Public Directory
7. Start the Local Web Server
What happens after these steps?
Last updated
Was this helpful?
