2017 © Pedro Peláez
 

symfony-bundle symapi-extra-bundle

Symfony 3 API Extra bundle

image

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

The README.md

SymapiExtraBundle

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

The Versions

24/11 2016

dev-master

9999999-dev https://github.com/expertcoder/SymapiSecurityBundle

Symfony 3 API Extra bundle

  Sources   Download

The Requires

 

by Samual Anthony