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

dev-master 2015-03-29 20:20 UTC

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/