devnet / framework
The DevNet Framework Installer
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- php: ^8.1
- devnet/cli: 1.1.*
- devnet/core: 1.1.*
- devnet/orm: 1.1.*
- devnet/web: 1.1.*
This package is not auto-updated.
Last update: 2025-05-13 15:53:11 UTC
README
This dependency is a meta-package that will install all the libraries of DevNet Framework
Requirements
Note: If you are using composer on a Linux operating system, please make sure that you have added the path "composer/vendor/bin" to the system environment variables in the ".bashrc" file as follows:
echo 'export PATH="$PATH:$HOME/.config/composer/vendor/bin"' >> ~/.bashrc
Installation
You can install DevNet Framework globally in your system, by running the following command in the terminal:
composer global require devnet/framework
Or, you can install DevNet Framework locally in your project, by running the following command:
composer require devnet/framework
Documentation
Full documentation on how to use DevNet Framework is available at devnet-framework.github.io
License
This library is licensed under the MIT license. See License File in the root folder for more information.