This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
    Mathilde Escher Stiftung
    
            
            
                    
                                            
        
    
        Hello! In our setting, it is not possible to:
composer create-project october/october myoctoberIs it possible to go inside a folder, where october should be installed and just do:
composer create-project october/octoberOr is there another way to achieve this? Of course I could just do my installation in a sub-folder, but that's not nice ;)
    daftspunky
    
            
            
                    
                                            
        
    
        Hi there!
Yes, to install to the current directory, use the following. (Note the . at the end)
composer create-project october/october .I hope this helps!
1-3 of 3