symfony-bundle labyrinth-bundle
Bundle that provides a command which finds the path in a custom labyrinth
piotr-szczygiel/labyrinth-bundle
Bundle that provides a command which finds the path in a custom labyrinth
- Thursday, March 26, 2015
- by piotr-szczygiel
- Repository
- 1 Watchers
- 0 Stars
- 8 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
PsLabirynthBundle 1.0.0
Include following code into your composer.json file:, (*1)
"require": {
"piotr-szczygiel/labyrinth-bundle": "1.*"
}
Enable the bundle by adding following into AppKernel.php:, (*2)
$bundles = array(
// ...
new Ps\LabyrinthBundle\PsLabyrinthBundle(),
);
How to run it:
$php app/console labyrinth:solve /var/www/symfony/vendor/piotr-szczygiel/labyrinth-bundle/Resources/doc/lab.txt
, (*3)