studio icon indicating copy to clipboard operation
studio copied to clipboard

A workbench for developing Composer packages.

Results 30 studio issues
Sort by recently updated
recently updated
newest added

`[InvalidArgumentException] Unknown downloader type: . Available types: git, svn, fossil, hg, perforce, zip, rar, tar, gzip, xz, phar, file, path.` Not sure where this error comes from but I often...

Hi, Note: between each try, I've cleared composer cache. Here's what I have done: Ran studio load `../dot-array`: ```shell $ cat studio.json { "version": 2, "paths": [ "../dot-array/" ] }...

The installationSource and distType on original packages are reconfigured in the uninstall/install step. This prevents the "Package seems not been installed properly" error, and also "The package has modified files"...

Hi, I'm trying to write a command that runs `composer require` and use Studio. Currently, Studio is only loaded on `update` and `install` commands. After trying many different events, I...

enhancement
help wanted

Hi, First thanks for this great package. I love it! I'm using Laravel Mix to merge a package manifest file into the main application's manifest file. The way I'm achieving...

I guess this issue is more related to the inner workings of composer than a studio issue, but I think it's quite relevant here. We're using a git branching workflow...

bug
discussion

Is there any way that studio can store the list of packages that are being overridden in the platform-specific user preferences dir rather than a `json` file in the project...

Hi, i have a Toran proxy for my custom bundles included via repositories which also inclues a package i want to load with studio: ``` "repositories": [ { "type": "composer",...

I'm on Windows. Here's my situation: - Currently working on a project that uses package `org/repo` - Said package is already added to `composer.json` and is installed in `vendors/` -...

Issue 1: Wildcard load I got two packages on ~/Packages so I tried the following: `studio load ~/Packages/*` but I got the following error: ``` studio load ~/Packages/* [Symfony\Component\Console\Exception\RuntimeException] Too...