acseo/base-rest-bundle
Symfony bundle providing a base REST layer you can extend to expose your entities. Designed as a starting point for building REST APIs with reusable controllers/services; install via Composer and enable the bundle in your kernel.
Prodive a base REST Bundle that can be easily extended
This BUndle exposes a Base Rest Bundle that can be easily extended to provide access to your entities.
composer require 'acseo/base-rest-bundle:dev-master'
// app/AppKernel.php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
//...
new ACSEO\BaseRestBundle\ACSEOCBaseRestdBundle(),
//...
TODO : doc.
How can I help you explore Laravel packages today?