Project template for OpenideaL Drupal 8 projects.
linnovate/openideal-composer is a Laravel package for project template for openideal drupal 8 projects..
It currently has 1 GitHub stars and 6.151 downloads on Packagist (latest version 4.0-rc2).
Install it with composer require linnovate/openideal-composer.
Discover more Laravel packages by linnovate
or browse all Laravel packages to compare alternatives.
Last updated
$ composer create-project linnovate/openideal-composer YOUR_PROJECT_NAME
Composer will create a new directory called YOUR_PROJECT_NAME, then you will need to install OpenideaL like you would any other Drupal site.
To export some changes from database to sync directory please use the following command:
drupal config:export --remove-uuid --remove-config-hash --directory=profiles/contrib/idea/config/install
There are two ways to pull and apply the latest changes:
By performing a new installation (see "Quick start" section).
By pulling new changes from git repo and importing new changes from sync directory to the database:
drush cim --partial --source="profiles/contrib/idea/config/install"
In non-development mode please manage configuration via drush cim and drush cex commands.