franzliedke / studio

A workbench for developing Composer packages.
MIT License
1.14k stars 73 forks source link

[Proposal] studio dump-autoload #22

Closed vluzrmos closed 9 years ago

vluzrmos commented 9 years ago

After doing a composer dump-autoload it refreshes the vendor/autoload.php of the root application, and that removes the autoload of the package created by studio.

I know there is a solution for that, its create a "post-autload-dump" on composer.json of my application, but it is annoying.

juliobitencourt commented 9 years ago

:+1:

vluzrmos commented 9 years ago

Sorry for that, that issue was happening because my local machine has Studio, but my Virtual Machine (Homestead) doens't. When I run composer dump-autoload on VM, it refreshes the vendor/autoload.php.

franzliedke commented 9 years ago

Glad you found the solution.