Skip to content

Instantly share code, notes, and snippets.

@foxmask
Created November 8, 2016 14:10
Show Gist options
  • Save foxmask/9773b342318f4fec976b4e6dc0eccc3e to your computer and use it in GitHub Desktop.
Save foxmask/9773b342318f4fec976b4e6dc0eccc3e to your computer and use it in GitHub Desktop.
creation d'une appli jelix avec php7 et composer
php vendor/bin/createapp.php toto
PHP Warning: require(/home/foxmask/tmp/jelix-1.7.0pre-dev/vendor/jelix/jelix/bin/../vendor/autoload.php): failed to open stream: No such file or directory in /home/foxmask/tmp/jelix-1.7.0pre-dev/vendor/jelix/jelix/bin/createapp.php on line 9
PHP Fatal error: require(): Failed opening required '/home/foxmask/tmp/jelix-1.7.0pre-dev/vendor/jelix/jelix/bin/../vendor/autoload.php' (include_path='.:/usr/share/php') in /home/foxmask/tmp/jelix-1.7.0pre-dev/vendor/jelix/jelix/bin/createapp.php on line 9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment