Created
November 8, 2016 14:10
-
-
Save foxmask/9773b342318f4fec976b4e6dc0eccc3e to your computer and use it in GitHub Desktop.
creation d'une appli jelix avec php7 et composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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