2017 © Pedro Peláez
 

symfony-bundle devserver-bundle

Development server console command with subdomain support, and automatic assets compilation.

image

netgusto/devserver-bundle

Development server console command with subdomain support, and automatic assets compilation.

  • Friday, October 17, 2014
  • by netgusto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 995 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Development server console command with custom tasks support

Install

In composer.json:, (*1)

"require": {
    "netgusto/devserver-bundle": "dev-master"
}

In app/AppKernel.php:, (*2)

$bundles = array(
    # [...]
    new Netgusto\DevServerBundle\NetgustoDevServerBundle(),
    # [...]
);

Configure

In app/config.yml:, (*3)

netgusto_dev_server:
    tasks:
        - { command: php app/console server:run 0.0.0.0:8000 }
        - { command: php app/console assetic:dump --watch }
        - { command: ember serve, path: web/apps/calclient }

Use

php app/console server:dev

The Versions

17/10 2014

dev-master

9999999-dev https://github.com/netgusto/Symfony-DevServerBundle

Development server console command with subdomain support, and automatic assets compilation.

  Sources   Download

MIT

The Requires

 

by Net Gusto

development server symfony assets subdomain

17/10 2014

1.2.0

1.2.0.0 https://github.com/netgusto/Symfony-DevServerBundle

Development server console command with subdomain support, and automatic assets compilation.

  Sources   Download

MIT

The Requires

 

by Net Gusto

development server symfony assets subdomain

07/06 2014

1.1.0

1.1.0.0 https://github.com/netgusto/Symfony-DevServerBundle

Development server console command with subdomain support, and automatic assets compilation.

  Sources   Download

MIT

The Requires

 

by Avatar almasaeed2010

development server symfony assets subdomain

01/06 2014

1.0.0

1.0.0.0 https://github.com/netgusto/Symfony-DevServerBundle

Development server console command with subdomain support, and automatic assets compilation.

  Sources   Download

MIT

The Requires

 

by Avatar almasaeed2010

development server symfony assets subdomain