Closed vluzrmos closed 9 years ago
:+1:
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
.
Glad you found the solution.
After doing a
composer dump-autoload
it refreshes thevendor/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.