virhi / lazy-rest-api-ui-bundle
generate a UI on top of Rest Hal APi
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- virhi/admin-bundle: dev-master
- virhi/component: @dev
- virhi/lazy-mock-api-bundle: dev-master
- virhi/resthalbundle: @dev
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2020-01-10 15:28:40 UTC
README
#LazyRestApiUiBundle
User interface for LazyRestApiBundle
##Installation
Edit your composer.json
:
"require": { "virhi/lazy-rest-api-ui-bundle" : "master" }
And run Composer:
php composer.phar update virhi/lazy-rest-api-ui-bundle
Enable your bundle in your AppKernel.php
:
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Virhi\LazyRestApiBundle\VirhiLazyRestApiUiBundle(), ); }
Edit your config
virhi_lazy_rest_api_ui: api_url: http://hostname/