Backpack Pro in production #990
-
I need clarification about deploying a project that uses Backpack Pro in production. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @blondie63 On the local machine, you installed Backpack packages using So, access to the download package is feasible only with the credentials. You need to put the credentials in auth.json to download the package to that online machine. Just follow the same instructions you did on the local machine. We needed Feel free to ask any other queries. |
Beta Was this translation helpful? Give feedback.
Hey @blondie63
On the local machine, you installed Backpack packages using
composer install
&composer update
.You'll be doing the same on your online/production machine.
So, access to the download package is feasible only with the credentials. You need to put the credentials in auth.json to download the package to that online machine.
Just follow the same instructions you did on the local machine.
We needed
BACKPACK_LICENSE
in .ENV only on older Backpack v4.Feel free to ask any other queries.