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
- Host: GitHub
- URL: https://github.com/ivanstan/iam
- Owner: ivanstan
- Created: 2020-03-24T18:55:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T19:19:30.000Z (over 3 years ago)
- Last Synced: 2025-05-05T06:36:39.730Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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 |