takeout icon indicating copy to clipboard operation
takeout copied to clipboard

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.

Results 28 takeout issues
Sort by recently updated
recently updated
newest added

Currently MySql service [https://github.com/tighten/takeout/blob/main/app/Services/MySql.php](https://github.com/tighten/takeout/blob/main/app/Services/MySql.php) uses mysql docker hub image from [https://hub.docker.com/r/mysql/mysql-server/](https://hub.docker.com/r/mysql/mysql-server/) which for the last time is upgraded more then 1 year go and does not include newly released MySql...

## Highlights - Currently just swaps the enable command for a terminal combo box - Doesn't use the `dev-support-older-php` version of prompts ## Mocks ![image](https://github.com/tighten/takeout/assets/9332696/e17f1c73-fac3-4cb7-8f14-70045c523170) ![image](https://github.com/tighten/takeout/assets/9332696/20e9bd8c-318e-4138-b8e6-d6d27405a223) ## Issues/Odd behavior ###...

### Added - Adds a `Dockerfile` for the dockerized install of Takeout - Adds a `docker-publish.yml` workflow that builds and pushes the Docker image whenever there's a new tag ###...

Add the [new fancy Prompts](https://laravel.com/docs/10.x/prompts) interface to the enable command. I have forked the repo and started on it

I keep getting "Docker is not available" error when I run `takeout enable`. See screenshots and info below: Thanks! ``` Takeout Version: 2.4.0 Device: Apple Macbook Air M2 OS: Ventura...

Hi All. I hope you're well. I updated my OS and docker and Takeout were still installed and working but when i ran ```takeout start``` it said 'not takout containers...

There's a better option to host SingleStore and that is through the official dev image they have. It's lighter than the cluster-in-a-box image. [https://github.com/singlestore-labs/singlestoredb-dev-image](https://github.com/singlestore-labs/singlestoredb-dev-image) Is it possible to update the...

### Changed - Upgrade Laravel Zero to v11. This will set the minimum required version of PHP to 8.2. Might not be a problem if we go with #326