drago-ex / project-install
Application installation package.
Package info
github.com/drago-ex/project-install
Type:drago-tools-resource
pkg:composer/drago-ex/project-install
Requires
- php: >=8.3 <9
- drago-ex/application: ^2.0
- drago-ex/bootstrap: ^2.0
- drago-ex/component: ^2.0
- drago-ex/database: ^3.0
- drago-ex/form: ^2.0
- drago-ex/migration: ^2.0
- drago-ex/project-auth: ^2.0
- drago-ex/project-backend: ^2.0
- drago-ex/project-backend-ui: ^2.0
- drago-ex/project-docker: ^2.0
- drago-ex/project-docker-db: ^2.0
- drago-ex/project-front: ^2.0
- drago-ex/project-settings: ^1.0
- drago-ex/translator: ^3.0
Requires (Dev)
- drago-ex/project-tools: ^1.0
- phpstan/phpstan-nette: ^2.0
README
Application installation package.
Requirements
- PHP >= 8.3
- Nette Framework
- Composer
- Bootstrap
- Naja
- Node.js
- Drago Project core packages
Installation
composer require drago-ex/project-install
Project files
File copying is handled automatically by drago-ex/project-tools,
which must be installed in your project. Without it, copy the files manually according to the copy section
in this package's composer.json. To skip this package, set "skip": true under
extra.drago-tools.packages.<package-name> in your root composer.json.
Warning: This package uses the
replacesection, which means some files will be overwritten if they already exist. Avoid manual edits to those files; use theskipoption if you need to manage them yourself.