stackinstance / api-server-bundle
Stack Instance Api Server
Installs: 759
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.0
- doctrine/doctrine-fixtures-bundle: ~2.3
- doctrine/doctrine-migrations-bundle: ~1.0
- doctrine/migrations: ~1.0
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2025-01-08 21:23:51 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