Download the PHP package dennisdigital/polaris-drupal-project without Composer

On this page you can find all versions of the php package dennisdigital/polaris-drupal-project. 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 polaris-drupal-project

Composer based Polaris installation

This project template should provide a kickstart for managing your site dependencies with Composer.

Creating new sites

First you need to install Composer and Git.

Creating the project:

If you want to check out a different version of the profile or any contrib module:

If you want to run the docker image locally:

This is useful when you want to work on the project and test changes locally. You can ssh inside the container and run the same commands as in .circleci folder.

If you want to see the site, browse http://localhost:8080

Running phpunit tests inside the container

Installing Polaris

Create project will install Polaris into the web directory. You can now install Polaris as you would with any Drupal 8 site. See: Drupal installation guide. The folder name should be the repo name without -cms: Repo name: itpro-cms, folder name itpro. If you are using the Polaris Vagrant box you can run the command on /var/www/html folder. Then visit http://polaris.vm.cms.didev.co.uk. See the Readme of the Vagrant box for more info.

Installing the profile

This will run a site installation, initialize git and export the config.

Login into site

Login into site and add an administrator account with username: admin and password: {the usual one} which can be shared with the team for development purposes.

Commit your files

Now you need to commit your files. Remember to export a db dump.


All versions of polaris-drupal-project with dependencies

PHP Build Version
Package Version
Requires php Version >=7.3
behat/mink-selenium2-driver Version ^1.6.0
composer/installers Version ^2.1.1
cweagans/composer-patches Version ^1.7.2
dennisdigital/polaris Version ~3.16.0
drupal/core-composer-scaffold Version ^9.3.14
oomphinc/composer-installers-extender Version ^2.0.1
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 dennisdigital/polaris-drupal-project contains the following files

Loading the files please wait ....