neos / neos-development-distribution
Neos Development Distribution
Fund package maintenance!
shop.neos.io/neosfunding
Installs: 871
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 5
Forks: 32
Language:Shell
Requires
- flowpack/neos-frontendlogin: @dev
- mikey179/vfsstream: ^1.6
- neos/content-repository: 8.3.x-dev
- neos/demo: 8.3.x-dev
- neos/diff: 8.3.x-dev
- neos/flow-development-collection: 8.3.x-dev
- neos/form: @dev
- neos/fusion: 8.3.x-dev
- neos/fusion-afx: @dev
- neos/fusion-form: @dev
- neos/imagine: @dev
- neos/media: 8.3.x-dev
- neos/media-browser: 8.3.x-dev
- neos/neos: 8.3.x-dev
- neos/neos-development-collection: 8.3.x-dev
- neos/neos-setup: 3.x-dev
- neos/neos-ui: @dev
- neos/neos-ui-compiled: @dev
- neos/party: @dev
- neos/seo: @dev
- neos/setup: @dev
- neos/site-kickstarter: 8.3.x-dev
- neos/twitter-bootstrap: @dev
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.0
- symfony/css-selector: ^2.0
Requires (Dev)
- neos/behat: 8.3.x-dev
- neos/buildessentials: 8.3.x-dev
Suggests
- ext-pdo_sqlite: For running functional tests out-of-the-box this is required
- 9.0.x-dev
- 8.4.x-dev
- 8.3.x-dev
- 8.2.x-dev
- 8.1.x-dev
- 8.0.x-dev
- 7.3.x-dev
- 7.2.x-dev
- 7.1.x-dev
- 7.0.x-dev
- 5.3.x-dev
- 5.2.x-dev
- 5.1.x-dev
- 5.0.x-dev
- 4.3.x-dev
- 4.2.x-dev
- 4.1.x-dev
- 4.0.x-dev
- 3.3.x-dev
- 3.2.x-dev
- 3.1.x-dev
- 3.0.x-dev
- 2.3.x-dev
- 2.2.x-dev
- 2.1.x-dev
- 2.0.x-dev
- 1.2.x-dev
- dev-feature/90/redirect-adapter
- dev-feature/add-nginx-and-fpm-to-docker-dev-setup
- dev-bugfix/4092-default-value-for-creation-timestamps
- dev-feature/allow-array-for-settings-migration
This package is auto-updated.
Last update: 2024-10-29 10:08:39 UTC
README
This repository provides a basis for developing Neos. The dependencies defined in composer.json
will install
the development collections of Neos and Flow, which allows you to create bugfixes and new features and push them to
the respective repositories for review and inclusion into the core.
Learn more about the Neos content application platform on http://www.neos.io/.
Quick Start
Docker Setup
First time will take some time because we load all "neos/*" dependencies as Git repositories.
docker compose up -d && docker compose logs -f
local checkout
cd /your/local/path git clone https://github.com/neos/neos-development-distribution.git cd neos-development-distribution curl -s https://getcomposer.org/installer | php php composer.phar install
For details see https://discuss.neos.io/t/development-setup
web server configuration
See https://docs.neos.io/cms/contributing-to-neos
how to push changes
- Fork on github.com
- git remote add fork git@github.com:your-account/neos-development-distribution.git
- git checkout -b dev-your-branch
- git commit ...
- git push fork
- Create Pull Request on github.com
For details see https://discuss.neos.io/t/development-workflow-for-github