Created
February 9, 2016 00:51
-
-
Save fagnersilva/7ed019f90afe4fe0293e to your computer and use it in GitHub Desktop.
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
| vagrant@estoque:/var/www$ laravel new estoque | |
| Crafting application... | |
| PHP Warning: file_put_contents(/var/www/laravel_71a79cdc6f7ee5e598d68ceab2f5a8ad.zip): failed to open stream: Permission denied in /home/vagrant/.composer/vendor/laravel/installer/src/NewCommand.php on line 96 | |
| PHP Warning: ZipArchive::extractTo(): Permission denied in /home/vagrant/.composer/vendor/laravel/installer/src/NewCommand.php on line 114 | |
| PHP Warning: ZipArchive::close(): Invalid or uninitialized Zip object in /home/vagrant/.composer/vendor/laravel/installer/src/NewCommand.php on line 116 | |
| Warning: This development build of composer is over 60 days old. It is recommended to update it by running "/usr/local/bin/composer self-update" to get the latest version. | |
| Composer could not find a composer.json file in /var/www | |
| To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section | |
| Application ready! Build something amazing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-- mode: ruby --
vi: set ft=ruby :
Vagrant.configure("2") do |config|
end