cli
cli copied to clipboard
Install and manage your Statamic projects from the command line.
This used to work but now when I'm trying to run: ``` statamic new --with-config --local landtamic lucky-media/landtamic ``` And yes I do have the global config updated to: ```json...
This pull request adds a new prompt to the `statamic new` command, allowing you to choose whether you'd like to install the first-party Importer addon when setting up a new...

### Bug description The `statamic new ` command may not save the superuser password correctly, resulting in the impossibility to connect with the password typed during the process, which makes...
# Summary Add a final hook to the Statamic CLI that executes after all setup steps, including `git init`. # Current Limitation Currently, there is only one hook available: `StarterKitPostInstall.php`....