Indatus / foreman

Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create
MIT License
143 stars 6 forks source link

Requiring an absolute path is inconvenient #2

Open mtthlm opened 10 years ago

mtthlm commented 10 years ago

I vote that requiring an absolute path is inconvenient. I'd like to at least add functionality to substitute ~ or ./ in paths which would translate into an absolute path.

(I've created a fork - How do I test changes on my local machine?)

brianwebb01 commented 10 years ago

You'll need to have kherge/box installed, then you can issue the command box build in the root of your forked code (if you've moved the box.phar to the global path).

mtthlm commented 10 years ago

For some reason, I'm having issues installing deps with composer. Here's the output I'm getting.

Any suggestions?

brianwebb01 commented 10 years ago

Looks like you have some special composer config, perhaps integrating 2-factor auth for GitHub in your ~/.composer/config.json.

Maybe try removing the customized ~/.composer folder or renaming it temporarily to see if it fixes it.

mtthlm commented 10 years ago

Yeah, I don't really. I just have two-factor auth, but I authenticated properly. The problem seems to be that it's trying to access the wrong repository. Like it moved or something. Not sure why it's looking for kherge-old/Amend. I've never had to authenticate for Github with composer before. I tried removing the custom config, but same issue. I guess I won't be able to contribute to this one ha.