UNEE is a powerful web application framework specifically designed for enterprises. It provides an efficient solution to build a range of business applications, including websites, ERP systems, CRM solutions, and portals. UNEE's architecture is tailored to streamline development workflows, focusing on modularity, scalability, and performance.
- Enterprise-Centric: Developed with enterprise requirements in mind, supporting a range of business applications.
- Modular Design: Allows flexible and reusable components to speed up the development process.
- Scalability: Designed to scale with the needs of growing businesses, adaptable for various use cases.
- Versatile Application Types: Supports building websites, ERP systems, CRM tools, and portals.
- Built-in Components: Includes pre-built modules and libraries to simplify common tasks.
Ensure you have the following installed:
- Apache (version 2 or later)
- Php for package management
- Database (e.g., MySQL, PostgreSQL, ...)
Follow these steps to set up the UNEE framework:
-
Execute commands for your project:
mkdir my_project cd my_project git clone https://github.com/h2lsoft/unee-project.git . composer update
-
Edit configuration files
config/default/app.php
-
Launch installer
php unee install
-
Install cron every 5 minutes (edit your path)
cd /path/to/directory && php index.php /cron/
For detailed documentation, visit UNEE Documentation.
If you encounter any issues, have questions, or want to request new features, please use the GitHub Issues page.
- Go to the Issues page.
- Check if your issue has already been reported to avoid duplicates.
- If not, click New Issue.
- Provide a clear and concise description of the problem, including:
- Steps to reproduce the issue
- Expected and actual behavior
- Any relevant configuration details
- Error messages, logs, or screenshots, if applicable
We’ll review and respond to issues as soon as possible. Contributions to help resolve issues are also welcome!
We welcome suggestions for new features that could improve UNEE. Please label your issue as a "Feature Request" and describe your idea clearly.
We welcome contributions from the community. To contribute:
- Fork the repository.
- Create a new branch for your feature or fix.
- Make your changes and commit them.
- Submit a pull request.
This project is licensed under the MIT License.