tighten / onramp

Easing the onramp for new or non-PHP developers to become Laravel devs.
https://onramp.dev/
MIT License
159 stars 56 forks source link

Fix local installation #582

Closed mateusjunges closed 5 months ago

mateusjunges commented 5 months ago

This PR fixes the installation of onramp locally by moving the code from a command constructor.

image

When running artisan, the code on all commands __construct method is executed, so if we have a failure there the artisan command will also fail.

mateusjunges commented 5 months ago

Duster issues are not related to the changes in this PR