Skip to content
/ iam Public

Starter kit for symfony projects

Notifications You must be signed in to change notification settings

ivanstan/iam

Repository files navigation

Identity and Access Management

Start development server

symfony serve
yarn watch

Run cypress tests

yarn run cypress open

Other commands

Command Description
dep deploy stage Deploy code to stage environment
bin/console cron:run Run cron task
bin/console user:create Creates new user
bin/console doctrine:reload Create database and load fixtures
bin/console settings:default Reset settings to defaults