neos/neos-development-distribution

Letzte Aktivität 10 Mar 2025 15 20 882
composer require neos/neos-development-distribution

Neos Development Distribution

9.0.x-dev

Version
9.0.x-dev
Type
library
Release Date
Mar 10, 2025 17:10
Source
git
Distribution
zip
Requires
Requires (dev)
Suggest
  • ext-pdo_sqlite: For running functional tests out-of-the-box this is required
GPL-3.0-or-later 1216828a9a073ed011c5c4c73f3999f986a54602

Neos development distribution

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

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://www.neos.io/develop/download.html#setting-up-neos

how to push changes

  1. Fork on github.com
  2. git remote add fork git@github.com:your-account/neos-development-distribution.git
  3. git checkout -b dev-your-branch
  4. git commit ...
  5. git push fork
  6. Create Pull Request on github.com

For details see https://discuss.neos.io/t/development-workflow-for-github

The content of the readme is provided by Github
The same vendor provides 95 package(s).