An open API service indexing awesome lists of open source software.

https://github.com/ivanstan/iam

Starter kit for symfony projects
https://github.com/ivanstan/iam

Last synced: 10 months ago
JSON representation

Starter kit for symfony projects

Awesome Lists containing this project

README

          

# 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 |