You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, awesome package, I use it in quite a number of projects I work on, thanks for all the work you've put into it!
My question is, is it possible to get this running in a Laravel Zero application? I've installed it, but because there's no artisan file, running the below command doesn't do anything:
php artisan envy:install
I tried swapping out artisan to my application name just on the off chance it would work, but still nothing.
Could the package include a binary file? So it can be ran as ./vendor/bin/envy, similar to how you'd run, for example, Pint?
It's also possible I've totally missed some information somewhere that explains how to do this, so apologies in advance!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! 👋
Firstly, awesome package, I use it in quite a number of projects I work on, thanks for all the work you've put into it!
My question is, is it possible to get this running in a Laravel Zero application? I've installed it, but because there's no artisan file, running the below command doesn't do anything:
I tried swapping out artisan to my application name just on the off chance it would work, but still nothing.
Could the package include a binary file? So it can be ran as
./vendor/bin/envy
, similar to how you'd run, for example, Pint?It's also possible I've totally missed some information somewhere that explains how to do this, so apologies in advance!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions