/example-api-platform-admin

Set of examples for "api-platform/admin"

MIT LicenseMIT

README

Examples

react-scripts

Bootstrap

git checkout react-scripts/bootstrap

# Follow instruction in README

Security

git checkout react-scripts/security

# Follow instruction in README

Upload

git checkout react-scripts/upload

# Follow instruction in README

Contributing

  1. Fork it.
  2. Create your branch: git checkout -b my-new-feature.
  3. Commit your changes: git commit -am 'Add some feature'.
  4. Push to the branch: git push origin my-new-feature.
  5. Submit a pull request.