Closed itwerxdotca closed 3 years ago
Environment
Describe the bug I ran php artisan aimeos:setup --option=setup/default/demo:1
There is nothing in any of the section in the admin panel. No content. No builtin plugins...
I attempted to add Omnipay via composer. Nothing showed up under services either.
composer require aimeos/ai-payments Using version ^2020.10 for aimeos/ai-payments ./composer.json has been updated Running composer update aimeos/ai-payments Loading composer repositories with package information Updating dependencies Lock file operations: 11 installs, 0 updates, 0 removals - Locking aimeos/ai-payments (2020.10.5) - Locking clue/stream-filter (v1.5.0) - Locking moneyphp/money (v3.3.1) - Locking omnipay/common (v3.0.5) - Locking php-http/curl-client (2.2.0) - Locking php-http/discovery (1.13.0) - Locking php-http/httplug (2.2.0) - Locking php-http/message (1.10.0) - Locking php-http/promise (1.1.0) - Locking psr/http-client (1.0.1) - Locking symfony/options-resolver (v5.2.1) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 11 installs, 0 updates, 0 removals - Downloading psr/http-client (1.0.1) - Downloading php-http/promise (1.1.0) - Downloading php-http/httplug (2.2.0) - Downloading symfony/options-resolver (v5.2.1) - Downloading clue/stream-filter (v1.5.0) - Downloading php-http/message (1.10.0) - Downloading php-http/discovery (1.13.0) - Downloading php-http/curl-client (2.2.0) - Downloading moneyphp/money (v3.3.1) - Downloading omnipay/common (v3.0.5) - Downloading aimeos/ai-payments (2020.10.5) - Installing psr/http-client (1.0.1): Extracting archive - Installing php-http/promise (1.1.0): Extracting archive - Installing php-http/httplug (2.2.0): Extracting archive - Installing symfony/options-resolver (v5.2.1): Extracting archive - Installing clue/stream-filter (v1.5.0): Extracting archive - Installing php-http/message (1.10.0): Extracting archive - Installing php-http/discovery (1.13.0): Extracting archive - Installing php-http/curl-client (2.2.0): Extracting archive - Installing moneyphp/money (v3.3.1): Extracting archive - Installing omnipay/common (v3.0.5): Extracting archive - Installing aimeos/ai-payments (2020.10.5): Extracting archive 8 package suggestions were added by new dependencies, use `composer suggest` to see details. Package jakub-onderka/php-console-color is abandoned, you should avoid using it. Use php-parallel-lint/php-console-color instead. Package jakub-onderka/php-console-highlighter is abandoned, you should avoid using it. Use php-parallel-lint/php-console-highlighter instead. Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested. Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover --ansi Discovered Package: aimeos/aimeos-laravel Discovered Package: facade/ignition Discovered Package: fideloper/proxy Discovered Package: laravel/tinker Discovered Package: laravel/ui Discovered Package: nesbot/carbon Discovered Package: nunomaduro/collision Package manifest generated successfully. 71 packages you are using are looking for funding. Use the `composer fund` command to find out more! > @php artisan vendor:publish --tag=public --force Copied Directory [/vendor/aimeos/aimeos-laravel/public] To [/public/packages/aimeos/shop] Copied Directory [/ext/ai-client-html/client/html/themes] To [/public/packages/aimeos/shop/themes] Publishing complete.
What's the output of php artisan aimeos:setup --option=setup/default/demo:1?
php artisan aimeos:setup --option=setup/default/demo:1
Environment
Describe the bug I ran php artisan aimeos:setup --option=setup/default/demo:1
There is nothing in any of the section in the admin panel. No content. No builtin plugins...
I attempted to add Omnipay via composer. Nothing showed up under services either.