Skip to content
New issue

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

Missing Package in Admin Ui #58

Open
ESOGenics opened this issue Nov 14, 2022 · 0 comments
Open

Missing Package in Admin Ui #58

ESOGenics opened this issue Nov 14, 2022 · 0 comments
Labels
Bug Something isn't working

Comments

@ESOGenics
Copy link

Bug Report

Missing Package on the Admin Ui
Per: https://api-tools.getlaminas.org/documentation/deployment/intro

Q A
API Tools 1.8
PHP 8.1.2
Ubuntu (jammy) LTS 22.04

Summary

This is my first time running using this project. I read through all the documentation and I have production version ready to run. Now I am looking to deploy this. :

Current behavior

Everything seems to work fine, but the package is missing from the Admin. When I run composer I cannot find a function for creating the package to download and run on my production Apache Servers.

How to reproduce

I have attempted this on several different systems and all of them are missing package.

sudo apt install apache2, php8.1, mysql-server, php8.1-xml, php8.1-xmlwriter, php8.1-tokenizer, php8.1-sysvshm, php8.1-sysvsem, php8.1-curl, php8.1-ftp, php8.1-sockets, php8.1-mysql, php8.1-mbstring, php8.1-gettext, php8.1-fileinfo, php8.1-ffi, php8.1-exif, php8.1-ctype, php8.1-calendar, php8.1-pdo, composer -y

composer create-project laminas-api-tools/api-tools-skeleton
cd api-tools-skeleton
rm composer.lock && rm -rf vendor
composer install

Expected behavior

Everything will install fine. If you make a database connection, you will need to modify: config/autoload/local.php with the following

                'options' => [
                    'buffer_results' => true,
                ]
@ESOGenics ESOGenics added the Bug Something isn't working label Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant