bigstepdenmark/sdm-cli is a Laravel package for scandesign media cli.
It currently has 0 GitHub stars and 15 downloads on Packagist (latest version v1.0.4).
Install it with composer require bigstepdenmark/sdm-cli.
Discover more Laravel packages by bigstepdenmark
or browse all Laravel packages to compare alternatives.
Last updated
Requires PHP 7.2+
Require SDM CLI using Composer:
$ composer global require bigstepdenmark/sdm-cli
List all sdmcli commands:
$ sdmcli
Help:
$ sdmcli help <command>
#or
$ sdmcli <command> --help
Create a new Magento module:
$ sdmcli magento:make:module
Install a fresh Laravel Application:
$ sdmcli laravel:new <name>
Install a fresh Symfony Application:
$ sdmcli symfony:new <name> [--type=web,ms/microservice]
Install a fresh Drupal8 Application:
$ sdmcli drupal8:new <name>
