2017 © Pedro Peláez
 

symfony-bundle assets-install-windows-bundle

Creates similar assets:install symlinks in Windows with mklink

image

tss/assets-install-windows-bundle

Creates similar assets:install symlinks in Windows with mklink

  • Thursday, April 11, 2013
  • by radutopala
  • Repository
  • 2 Watchers
  • 1 Stars
  • 194 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

TSSAssetsInstallWindowsBundle

Creates assets:install symlinks in Windows with mklink, (*1)

Installation instructions:, (*2)

  • Easiest way to install is via composer, add those lines to ./composer.json:, (*3)

    ``` "require": { ... "tss/assets-install-windows-bundle": "dev-master" }, (*4)



and then run ```composer.phar install``` - Then enable the bundle in ```./app/AppKernel.php```: ``` public function registerBundles() { $bundles = array( ... new TSS\AssetsInstallWindowsBundle\TSSAssetsInstallWindowsBundle(), ); }
  • You can now create assets symlinks in Windows >= Vista:, (*5)

    app/console tss:assets:install web, (*6)

Enjoy :), (*7)

PS: Thanks @Dilibau for the tip, (*8)

The Versions

11/04 2013

dev-master

9999999-dev

Creates similar assets:install symlinks in Windows with mklink

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

assets windows symlinks mklink