Download the PHP package scandipwa/installer without Composer

On this page you can find all versions of the php package scandipwa/installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package installer

ScandiPWA installer

FOSSA Status

Module is a helper to install ScandiPWA Theme.

2.0.0

Finally theme bootstrap does not rely on Magento state and scandipwa:theme:bootstrap does not require additional setup:upgrade or initialized magento to be called.

Now copying queue is defined in Bootstrap.php directly to support non-initialized Magento states and DB-less bootstrap and build.

Usage

1) composer require scandipwa/installer

2) php bin/magento scandipwa:theme:bootstrap <Vendor\name>

New theme bootstrap

Command accepts single parameter, which is treated as following format: "Vendor/theme".

Note

You can change Scandiweb/pwa in examples below to anything suitable for you, keeping the same naming structure: Vendor/theme_name

After php bin/magento scandipwa:theme:bootstrap Scandiweb/pwa it will make next effect:

  1. Check for <magento_root>/app/design/frontend/Scandiweb/pwa - bootstrap will quite with error if directory is present to prevent unwanted overrides.
  2. Create <magento_root>/app/design/frontend/Scandiweb/pwa directory
  3. Copy necessary files to the newly created theme root.
  4. Answer y/N (No is default) to a prompt for theme.xml and registration.php generation. You might want to create them manually - feel free to do it!
  5. Run php bin/magento setup:upgrade.
  6. You are bootstraped!

Theme build

The theme must be built after it is bootstrap or after any changes.

  1. Go to app/design/frontend/<vendor/name>
  2. run npm ci
  3. run npm run build

Customization

In order to customize copying task - simply edit di.xml, passing array with paths.

License

FOSSA Status


All versions of installer with dependencies

PHP Build Version
Package Version
Requires magento/framework Version *
magento/module-theme Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package scandipwa/installer contains the following files

Loading the files please wait ....