drago-ex / project-front
The package adds a basic frontend module to Drago Project.
Package info
github.com/drago-ex/project-front
Type:drago-project-resource
pkg:composer/drago-ex/project-front
v2.0.4
2026-06-03 17:16 UTC
Requires
- php: >=8.3 <9
- drago-ex/application: ^2.0
- drago-ex/translator: ^3.0
Requires (Dev)
- phpstan/phpstan-nette: ^2.0
README
Preconfigured basic frontend module for the basic Drago Project.
Requirements
- PHP >= 8.3
- Nette Framework
- Drago Project core packages
Installation
composer require drago-ex/project-front
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-project.packages.<package-name> in your root composer.json.
Generate permission provider
If you use project ACL (drago-ex/permission), you can generate a module permission class:
php vendor/bin/create-front-permission