Miles Croxford

Results 19 comments of Miles Croxford

Okay I see, I'll see about doing this, it will be probably be a toggle in the options; something along the lines of `default_parser`

Can send a pull request if you want :ok_hand: :+1:

It could, open a pull request and I'll pull it in :)

@ntd1712 Try `DB_PASSWORD = null` There may be an issue with trying to pass empty key/values as variables, I'll look into this.

Wait actually, are you loading the `.env` file through Vars? If so, use the [infile replacement](https://github.com/m1/Vars#variables) syntax, so `password: '%^DB_PASSWORD%'` would become `password: '%$DB_PASSWORD%'`

Not as of yet, don’t really do much php these days. Happy to take pull requests!

Just set `cache` to `false` when in development, it'll stop the cache being built. I was thinking about rebuilding the cache module anyway to do similar to what you were...

@francislavoie okay to close this?

Nice, I made a few edits for a thing I made including this change if you want me to make a pull req?