You're supposed to treat your servers like cattle, not pets. But what about your local dependencies? With Takeout, you can spin your instances of MySQL, PostgreSQL, Redis, Memcached, and more up and down without a care. Pairs perfectly with Valet.
Tools we use daily • Some are super visible, like our IDE, or our database management tool • Some less so, like our shell, or our OS • Some, if effective, are nearly invisible; e.g. our local hosting environment
Common Laravel local environments Full Docker (Vessel, Laradock, etc.) Homestead/ Vagrant Valet + Homebrew DNS/serving/nginx PHP, core deps MySQL, Redis, etc. Packaged with Valet Managed by Valet Managed by you
Common Laravel local environments Full Docker (Vessel, Laradock, etc.) Homestead/ Vagrant DNS/serving/nginx PHP, core deps MySQL, Redis, etc. Packaged with Valet Valet + Docker (Jose-style) Packaged with Valet Managed by Valet Managed by you Managed by Valet Valet + Homebrew
DON’T CRY WHEN YOUR DEV DEPENDENCIES DIE @stauffermatt @josecanhelp Jose saved the day $ docker run -d —p 3306:3306 \ -e MYSQL_ROOT_PASSWORD=password \ -v mysql_data:/var/lib/mysql \ library/mysql:latest
What do we want from you? • Try it out! • Share your thoughts with us • Contribute (for Linux, for Windows, GUI, etc.): github.com/tightenco/takeout • Check out Jose's YouTube to learn more: youtube.josecanhelp.com