We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a warning running composer install / update:
Failed to download bower-asset/inputmask from dist: The zip extension and unzip command are both missing, skipping.
adding php-zip and zip packages will improve performance
RUN apt-get -y install apache2 libapache2-mod-php php php-mysql vim curl git php-mbstring php-xml php-gd zip php-zip
The text was updated successfully, but these errors were encountered:
Thnks, will be changed.
Sorry, something went wrong.
Done in developer branch.
No branches or pull requests
There is a warning running composer install / update:
Failed to download bower-asset/inputmask from dist: The zip extension and unzip command are both missing, skipping.
adding php-zip and zip packages will improve performance
RUN apt-get -y install apache2 libapache2-mod-php php php-mysql vim curl git php-mbstring php-xml php-gd zip php-zip
The text was updated successfully, but these errors were encountered: