2017 © Pedro Peláez
 

symfony-bundle warp12bundle

A simple site management system written on Symfony

image

snakemkua/warp12bundle

A simple site management system written on Symfony

  • Sunday, July 15, 2018
  • by Igor Goroun
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 14 Versions
  • 0 % Grown

The README.md

Warp12

A simple site management system written on Symfony., (*1)

Install:

composer require snakemkua/warp12bundle
composer require stof/doctrine-extensions-bundle

Register bundle

Add line to file app/AppKernel.php into $bundles, (*2)

$bundles = [
    ...
    new snakemkua\Warp12Bundle\Warp12Bundle(),
]

Create new module bundle

bin/console generate:bundle

Activate it if it wasn't activated automatically - add record to composer.json:, (*3)

"autoload": {
  "psr-4": {
    "": "src/"
  }
}

and recompile autoload:, (*4)

composer dump-autoload

Configure bundle to be a module

Implement your controller:

class DefaultController extends Controller implements WarpModuleInterface
{
    public function warpDropdownMenu(Request $request){
    }

    public function warpUIRenderLayout(Request $request){
    }

    public function warpTopLine(Request $request){
    }
}

Define template for default page

parameters:
  warp12templates:
    page_default: YourBundle:Default:page.html.twig
    #page_404:YourBundle:Default:404.html.twig

You can create a hook page if you need to send more data to your template. Hook page content:, (*5)

{{ render(controller(('YourBundle\\Controller\\DefaultController::renderPage'), {'request': app.request, 'page': page})) }}

The Versions

15/07 2018

dev-master

9999999-dev

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php >=5.5.9

 

by Avatar Igor Goroun

15/07 2018

0.1.13

0.1.13.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php >=5.5.9

 

by Avatar Igor Goroun

15/07 2018

0.1.12

0.1.12.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

 

by Avatar Igor Goroun

15/07 2018

0.1.11

0.1.11.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

 

by Avatar Igor Goroun

11/07 2018

0.1.10

0.1.10.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun

10/07 2018

0.1.9

0.1.9.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun

10/07 2018

0.1.8

0.1.8.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun

10/07 2018

0.1.7

0.1.7.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun

10/07 2018

0.1.5

0.1.5.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun

10/07 2018

0.1.6

0.1.6.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun

10/07 2018

0.1.4

0.1.4.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun

10/07 2018

0.1.3

0.1.3.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun

10/07 2018

0.1.2

0.1.2.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun

10/07 2018

0.1.1

0.1.1.0

A simple site management system written on Symfony

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

by Avatar Igor Goroun