Antonio Ribeiro
Antonio Ribeiro
Sorry for being late here, @asbiin, I like it, thank you! Could you please add it to the readme too?
Yeah, we should probably improve things in this area.
Actually, this configuration doesn't help you? ``` /* * Auth container binding */ 'auth' => 'auth', ```
This is exactly what it should show, unless you configure it to be used with `version:absorb`
On version 1.0 absorb is the way to go, you just have to run: ``` php artisan version:absorb ```
The version is stored in this file. I cannot find a way to securely store the version in a different way than in a file. So, if you `version:absorb`, the...
You should all be using git absorb. The idea is the same, it will get the commit sha from your last commit, but the main difference is that you will...
Found the problem: file has to be the full path This one works: ``` kelp trade -c /Users/antonioribeiro/kelp/trader.cfg -s buysell -f ./sample_buysell.cfg ``` This one also works: ``` kelp trade...
Took me a bit of time to understand this too: ``` open ./trader.cfg: no such file or directory could not parse the config file ' ./trader.cfg'. Check that the correct...
Three or four months for Brazil