stackinstance/api-server-bundle

Stack Instance Api Server

1.0.4 2016-08-03 13:41 UTC

This package is not auto-updated.

Last update: 2024-05-29 18:12:49 UTC


README

#Stack Instance Api Server bundle

How to install

composer require stackinstance/api-server-bundle

Routing to see an example:

stack_instance_api_server:
    resource: "@StackInstanceApiServerBundle/Resources/config/routing.yml"
    prefix:   /

Tables creating for the example

php app/console doctrine:schema:update --force

Website