-
Notifications
You must be signed in to change notification settings - Fork 48
run laravel new blog
is failed
#57
Comments
Nice job on the What is APP_Key in this case? |
Regarding Regarding #35 you mentioned, I am not sure if related with my problem or not. |
Maybe I knew the reason for the first problem.
With global option, the package were installed to container's folder So it is a bug in this docker image, which doesn't support |
@RobLoach Seems you have added the global path into docker-composer/base/alpine/Dockerfile Line 43 in 585d905
Can you explain how to make it work with |
I'd like to change the
So I change the Now I am fine to run composer with |
@SydOps Thanks for looking into this... Updated the installer hash at #67 , mind reviewing? |
For the install instruction, I run below command to create a new project.
problem 1
If I run
composer global require "laravel/installer"
, the command runs well, but there is no new folders generated.So I have to manually created a
composer.json
file, and this time I got all vendor folders.problem 2
I need create a new project, I run below command:
I found the
APP Key
is not automatically generated, if I run the command manually:then I run with
composer create-project --prefer-dist laravel/laravel blog
, this time everything works fine.The text was updated successfully, but these errors were encountered: