Skip to content

iteman/pageflower-bundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPMentorsPageflowerBundle

A pageflow engine for Symfony applications

Features

Installation

Composer Console can be installed using Composer.

First, add the dependency to phpmentors/pageflower-bundle into your composer.json file as the following:

{
    "require": {
        "phpmentors/pageflower-bundle": "~1.0@dev"
    },
}

Second, update your dependencies as the following:

composer update phpmentors/pageflower-bundle

Configuration

app/AppKernel.php:

...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            ...
            new PHPMentors\PageflowerBundle\PHPMentorsPageflowerBundle(),
            ...
        );
        ...

Support

If you find a bug or have a question, or want to request a feature, create an issue or pull request for it on Issues.

Copyright

Copyright (c) 2014 KUBO Atsuhiro, All rights reserved.

License

The BSD 2-Clause License

About

A pageflow engine for Symfony applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published