netis-cms/project-preset

Netis CMS overlay preset for Drago Project.

Maintainers

Package info

github.com/netis-cms/project-preset

Type:drago-project-resource

pkg:composer/netis-cms/project-preset

Statistics

Installs: 11

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-06-01 12:39 UTC

This package is auto-updated.

Last update: 2026-06-01 12:43:17 UTC


README

Overlay preset that turns an installed Drago Project with the Netis-related Drago packages into the Netis CMS project structure.

PHP version Coding Style

Requirements

  • PHP >= 8.3
  • Nette Framework
  • Composer
  • Docker
  • Node.js
  • Bootstrap
  • Naja

Built on a basic framework

Drago Project

Installation

Install the preset into an existing Drago Project:

composer require netis-cms/project-preset

The package is intended as an initial project overlay. It replaces selected project files and is configured to run only once.

Installed files

The preset applies these resources to the root project:

  • resources/app -> app
  • resources/assets -> assets
  • resources/package.json -> package.json

After the first successful installation, drago-ex/project-installer can mark this package with skip-replace, so the preset will not overwrite project changes again on later installs or updates.

It uses these packages

Not included

Runtime and generated files are not part of this preset, such as vendor, node_modules, build output, cache, logs, sessions, and database data.