-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows missing /dev/app.php #61
Comments
Yes this is actually defined in bootstrap/start.php I just changed to this because I didn't think people would be using wardrobe.dev 😄 |
It's not working to me..? File does not exist at path C:\wamp\www\cms\app/config/local/app.php or Any idea..? All the problem is going to be at "Wardrobe Install" so has any option to remove this steps, to configure manually the database? |
open https://github.com/ericbarnes/wardrobe/blob/master/bootstrap/start.php |
Hi Eric Thanks for your prompt response. I tried the above fix but it still doesn't work. Actually, I am trying to set this up on live Ubuntu (LAMP) server. |
We are actually working on moving this to a composer package so you might be better suited to go ahead and use this one instead - https://github.com/wardrobecms/wardrobe Just clone that repo and run the composer install. It should move everything into place and hopefully not have the problems you are running into. |
Hi Eric, This is how I fixed it (don't know if it's right way or wrong)
It works now. Btw, I installed Wardrobe using composer! Thanks, |
I did make my brand new install called wardrobe.dev and it said that app/config/local/app.php did not exist, which it doesn't. So I created the /app/config/local/ directory and copied /app/config/app.php into it. The rest of the install went just fine. There was no mention of /dev as I see in the support here. And I also see the new github location, so just throwing this out there, but looks like a moot point. |
I made a Windows virtual host wardrobe.dev and then when i went to the install process i hit install it did this:
File does not exist at path C:\xampp\htdocs\wardrobe\app/config/dev/app.php
then once i added the /dev/app.php i re-ran install and
array_replace_recursive(): Argument #2 is not an array in
The fix for me was to add to start/global.php
The text was updated successfully, but these errors were encountered: