- What version of the installer do you have?
- How did you install the installer and composer?
- Does the file download okay? ( http://cabinet.laravel.com/latest.zip )
Apr 3, 2015
4
Level 14
PHP Warning when I run "laravel new newApp" from command line
Today when I run
laravel new newApp
I got this error.
Crafting application...
PHP Warning: ZipArchive::extractTo(): Invalid or unitialized Zip object in /home/sithuaung/.composer/vendor/laravel/installer/src/NewCommand.php on line 114
PHP Warning: ZipArchive::close(): Invalid or unitialized Zip object in /home/sithuaung/.composer/vendor/laravel/installer/src/NewCommand.php on line 116
Composer could not find a composer.json file in /home/sithuaung/Sites/blog
To initialize a project, please create a composer.json file as described in the http://getcomposer.org/ "Getting Started" section
Application ready! Build something amazing.
Can someone tell me why is that?
Please or to participate in this conversation.