Skip to content

Runroom/archetype-symfony

Repository files navigation

Archetype Symfony

CI QA Build

Requirements

To run this project, you need to have:

Setup

To start the project for the first time:

    make

To generate build assets:

    nvm use
    npm clean-install
    npx encore dev
  • Open https://localhost:8443 in your browser.
  • Open http://localhost:8025 in your browser to access MailCatcher.

To use xDebug, after the initial make, you can run:

    make up-debug

And you will only restart the app container with the xDebug enabled, to disable it again, run make up again.

To run the application in production mode:

    make prod

Remember to run make dev when you finish working on the project in prod mode.

Contribute

Please refer to CONTRIBUTING for information on how to contribute to the Archetype and its related projects.

Additional documentation