/example-api-platform-api-platform

Set of examples for "api-platform/api-platform"

MIT LicenseMIT

README

Examples

Symfony 3

Bootstrap

git checkout symfony-3/bootstrap

# Follow instruction in README

Upload

git checkout symfony-3/upload

# Follow instruction in README

Security

git checkout symfony-3/security

# Follow instruction in README

Symfony 4

Bootstrap

git checkout symfony-4/bootstrap

# Follow instruction in README

Upload

git checkout symfony-4/upload

# Follow instruction in README

Security

git checkout symfony-4/security

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