symfony-bundle symapi-extra-bundle
Symfony 3 API Extra bundle
expertcoder/symapi-extra-bundle
Symfony 3 API Extra bundle
- Thursday, November 24, 2016
- by expertcoder
- Repository
- 1 Watchers
- 0 Stars
- 4 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Installation
Install with composer, (*1)
composer require expertcoder/symapi-extra-bundle
Include in AppKernal.php, (*2)
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, (*3)
git remote set-url origin git@github-expertcoder:expertcoder/SymapiExtraBundle.git
git remote set-url --push origin git@github-expertcoder:expertcoder/SymapiExtraBundle.git