2017 © Pedro Peláez
 

symfony-bundle rest-admin-bundle

image

nours/rest-admin-bundle

  • Thursday, July 19, 2018
  • by nours
  • Repository
  • 1 Watchers
  • 0 Stars
  • 71 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 48 Versions
  • 15 % Grown

The README.md

Nours RestAdminBundle

This bundle is made to simplify the implementation of rich back-office interfaces or front applications. It implements infrastructure tools configured around the representations of resources, and built on top of the Symfony2 framework. The core is composed of a REST API building system, which enables to provide reusable actions for different kinds of resources., (*1)

Installation

Add to composer.json :, (*2)

"nours/rest-admin-bundle": "dev-master", (*3)

Add bundle to AppKernel :, (*4)

new Nours\RestAdminBundle\NoursRestAdminBundle(), (*5)

Create main resources config file, for example in app/config/resources.yml, then configure it in bundle main configuration :, (*6)

nours_rest_admin: resource: '%kernel.project_dir%/config/resources.yml', (*7)

The Versions