expertcoder / symapi-extra-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.
Symfony 3 API Extra bundle
Package info
github.com/expertcoder/SymapiExtraBundle
Type:symfony-bundle
pkg:composer/expertcoder/symapi-extra-bundle
dev-master
2016-11-24 21:55 UTC
Requires
- php: >=5.4
- symfony/symfony: >=3.0
This package is auto-updated.
Last update: 2022-09-29 01:40:53 UTC
README
##Installation
Install with composer
composer require expertcoder/symapi-extra-bundle
Include in AppKernal.php
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
....
new ExpertCoder\SymapiExtraBundle\ExpertCoderSymapiExtraBundle(),
....
];
##Developer Notes
Change the composer.json Git version fo push via SSH alias
git remote set-url origin git@github-expertcoder:expertcoder/SymapiExtraBundle.git
git remote set-url --push origin git@github-expertcoder:expertcoder/SymapiExtraBundle.git