aschmelyun/diode

Installing Statamic CMS not working

Nicolascanala opened this issue · 0 comments

I've tried to install the Statamic CMS into an existing Diode Laravel app.

I know one of the caveats is slower package installation, but I've tried twice and the command just hangs. No timeout, no errors. The Statamic CMS doesn't use a database by default so that shouldn't be an issue.

I'm running MacOS Ventura 13.4 M1.

Reference: https://statamic.dev/installing/laravel

How to reproduce:

  1. Make a diode Laravel app.
  2. diode artisan config:clear
  3. Add the statamic:install command to post-autoload-dump in composer.json. ("@php artisan statamic:install --ansi").
  4. diode composer require statamic/cms --with-dependencies.

The last command hangs.

PS: Awesome initiative!