2017 © Pedro Peláez
 

symfony-bundle profilercommand-bundle

This Bundle provides some commands tools in your Symfonyprofiler.

image

juanber84/profilercommand-bundle

This Bundle provides some commands tools in your Symfonyprofiler.

  • Tuesday, October 22, 2013
  • by juanber84
  • Repository
  • 1 Watchers
  • 4 Stars
  • 48 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ProfilercommandBundle -- DEV

SensioLabsInsight, (*1)

Commands tools in your Symfonyprofiler. This is the master version, it can be unstable. You must user me 1.0 version (stable)., (*2)

alt text, (*3)

Add in your composer.json, (*4)

{
    "require": {
        "juanber84/profilercommand-bundle": "dev-master"
    }
}

Add in your app/AppKernel.php, (*5)

<?php

   // app/AppKernel.php
   public function registerBundles()
   {
     return array(
       // ...
       new Juanber84\Bundle\ProfilercommandBundle\Juanber84ProfilercommandBundle(),
       // ...
     );
   }

Add in your app/routing.yml, (*6)

juanber84_profilercommand:
  resource: "@Juanber84ProfilercommandBundle/Resources/config/routing.yml"
  prefix: /

Your parameters.yml must will be..., (*7)

parameters:
    // ...
    // ...
    // ...                
    profilercommand:
        front:
            cacheclear: 
                name: cache:clear
                command: cache:clear
            assetsinstall: 
                name: assets:install
                command: assets:install /Users/juanberzal/Desktop/Symfony/web  
            schemaupdate: 
                name: schema:update
                command: doctrine:schema:update --force
            dump: 
                name: dump
                command: assetic:dump
        profiler:
            cacheclear: 
                name: cache:clear
                command: cache:clear
            assetsinstall: 
                name: assets:install
                command: assets:install /Users/juanberzal/Desktop/Symfony/web   

The Versions

22/10 2013

1.0.x-dev

1.0.9999999.9999999-dev

This Bundle provides some commands tools in your Symfonyprofiler.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

command symfony profiler

12/10 2013

dev-master

9999999-dev

This Bundle provides some commands tools in your Symfonyprofiler.

  Sources   Download

MIT

The Requires

 

command symfony profiler