Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mybizna/core
The Core module serves as the foundation of the MyBizna ERP system. It provides essential functionalities and services that support the overall system operation.
https://github.com/mybizna/core
core laravel laravel-framework laravel-modular mybizna
Last synced: 2 months ago
JSON representation
The Core module serves as the foundation of the MyBizna ERP system. It provides essential functionalities and services that support the overall system operation.
- Host: GitHub
- URL: https://github.com/mybizna/core
- Owner: mybizna
- Created: 2022-07-08T12:24:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T13:28:04.000Z (3 months ago)
- Last Synced: 2024-10-13T15:15:16.377Z (3 months ago)
- Topics: core, laravel, laravel-framework, laravel-modular, mybizna
- Language: PHP
- Homepage: https://mybizna.com
- Size: 4.86 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyBizna ERP - Core Module
The Core module serves as the foundation of the MyBizna ERP system. It provides essential functionalities and services that support the overall system operation. This readme provides a brief overview of the module and instructions on how to get started.## Installation
To install the Core module, use the following composer command:
```
composer require mybizna/core
```## Usage
The Core module provides key features and services that are utilized by other modules within the MyBizna ERP system. Some of the core functionalities include:- **User Management:** Manage user accounts, permissions, and authentication.
- **Database Connectivity:** Establish connections to the database for storing and retrieving data.
- **Logging and Error Handling:** Capture system logs and handle errors for debugging and troubleshooting.
- **Configuration Settings:** Manage system-wide settings and preferences.
Utilities: Offer utility functions and tools to support various system operations.To leverage these features, navigate to the MyBizna ERP application and access the functionalities provided by the Core module.
## Requirements
Mybizna ERP version 2024.1 or above## Support
If you have any questions or need assistance, please contact our support team. We're always happy to help!## Contributing
If you're interested in contributing to this project, please reach out to the team. We welcome pull requests and bug reports.## License
This project is licensed under the GPL-3.0-or-later.