rnd-innovations / devy
DeVy application installer.
Requires
- php: ^8.3
- rnd-innovations/devy-core: ^1.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
DeVy Framework
Modern. Modular. Multiple.
A modular PHP framework for building and managing modern websites and web applications.
About
DeVy Installer provides a simple way to create a new DeVy application and prepare its development environment.
The installer sets up the required framework structure and installs the resources needed to start developing with DeVy, including modules, plugins, themes, and initial site content.
Requirements
Before installing DeVy, make sure your environment has:
- PHP 8.3 or higher
- Composer
Installation
Create a new DeVy application using Composer:
composer create-project rnd-innovations/devy .
Then run the DeVy installer:
php devy install
The installer will guide you through the initial application setup.
Getting Started
After installation, your DeVy application will contain the core framework infrastructure together with the selected modules, plugins, themes, and site resources.
You can then configure your application and begin development.
DeVy Core
The installer uses DeVy Core as the framework foundation.
The installed application requires:
rnd-innovations/devy-core ^1.3
Project
DeVy Framework is developed by RND Innovations Co., Ltd.
- Website: https://rndvn.com
- GitHub: https://github.com/RND-Innovations
License
DeVy Framework is open-source software licensed under the MIT License.
