drago-ex / project-settings
Individual settings for the application.
Package info
github.com/drago-ex/project-settings
Type:drago-project-resource
pkg:composer/drago-ex/project-settings
v1.0.2
2026-05-31 15:47 UTC
Requires
- php: >=8.3 <9
- drago-ex/database: ^3.0
- nette/application: ^3.0
- nette/di: ^3.0
- tracy/tracy: ^2.0
Requires (Dev)
- phpstan/phpstan-nette: ^2.0
README
Individual settings for the application.
Requirements
- PHP >= 8.3
- Nette Framework
- Composer
- Drago Project core packages
Installation
composer require drago-ex/project-settings
Project files
File copying is handled automatically by drago-ex/project-installer,
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.
Use in the presenter
use use App\Core\Settings\SettingsRequire;
Use in latte template
{varType App\Core\Settings\Settings $settings} {* website name *} {$settings->website} {* website description *} {$settings->description}
We can customize the settings according to our needs.