There is a boilerplate/starter that can be used to quickly spin up a local environment for easy contribution to Drupal Core or contrib modules.
It can be enabled locally by:
Clone the repository:
git clone git@github.com:docksal/drupal8-contrib.git core
Initialize the project:
fin init
This will clone Drupal core into the docroot
directory. From there, patches
can quickly be made for contribution.
PHPUnit can be run locally:
fin phpunit core/path/to/directory/or/file
Was this page helpful?
Thanks for the feedback. If you have a specific, answerable question about how to use Docksal, ask it in Discussions on GitHub. Open an issue if you want to report a problem or suggest an improvement. You can also contribute changes to this page using the link in the top right corner.