Phil Harrington
Phil Harrington
I've used it in 5.0 successfully. However, I had to implement my own CommandTranslator to use the Laravel 5.0 folder structure. If you like I can share. I haven't tried...
https://gist.github.com/philsown/bdc0e5bc3802c5228509
But you don't have to keep with the Laravel 5.0 command handler folder structure. It's just an option.
I love the `config` folder idea with config files, and optionally have `config/{environment}` folders that overwrite any config in the main folder. The {environment} could be set in .env, which...
Check out https://github.com/vlucas/phpdotenv Lots of projects do it with an ignored .env and commited .env.example where new env keys are added. I mentioned this on #20 too. Then the .env...
@ellisgl Hey! looks cool. A lot of effort went into that. Thanks for sharing.
Yes.
I'm a fan of dotenv w/ a .env file. It's becoming popular. That combined with a Config interface/implementation which read config files from a `config` folder and rolled it all...
I'm using PhpStorm, not IntelliJ, but in Settings > Appearance & Behavior > Appearance, there are 2 settings for Antialiasing, IDE & Editor. I set the Editor antialiasing to "Greyscale"...