Skip to content

Instantly share code, notes, and snippets.

@urukalo
Last active April 20, 2017 11:38
Show Gist options
  • Save urukalo/2b242699ff98af0a6e2c1b2132b300c4 to your computer and use it in GitHub Desktop.
Save urukalo/2b242699ff98af0a6e2c1b2132b300c4 to your computer and use it in GitHub Desktop.
fast tips ( i forget quickly how i done something, this is where i will record all solutions )
Problem Solution
connect PHPStorm to Docker on Mac API URL: unix:///var/run/docker.sock
install mongo on PHP7 pecl7 install mongodb
sudo multiple commands at once sudo -- bash -c 'command; command'
mongo on laravel 'options' => [ 'database' => env('MONGO_AUTH_DB', 'admin')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment