Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mybizna/mybizna
Mybizna is an open-source ERP (Enterprise Resource Planning) solution for Laravel. It is developed using laravel which is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling.
https://github.com/mybizna/mybizna
laravel modular php vue wordpress
Last synced: about 2 months ago
JSON representation
Mybizna is an open-source ERP (Enterprise Resource Planning) solution for Laravel. It is developed using laravel which is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling.
- Host: GitHub
- URL: https://github.com/mybizna/mybizna
- Owner: mybizna
- License: gpl-3.0
- Created: 2022-03-23T14:40:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T10:15:33.000Z (9 months ago)
- Last Synced: 2024-04-14T11:20:00.270Z (9 months ago)
- Topics: laravel, modular, php, vue, wordpress
- Language: CSS
- Homepage: https://mybizna.com
- Size: 236 MB
- Stars: 45
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## About Mybizna
Mybizna is an open-source ERP (Enterprise Resource Planning) solution for Laravel. It is developed using laravel which is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling.
## Minimum Requirement
- PHP 8.1^
## Installation
### How to setup using Docker
```
git clone https://github.com/mybizna/mybizna.gitcd mybizna
docker compose up --build
```To add more modules, add them in file ``` entrypoint-composers.sh ``` with content
```
#!/bin/shcd /var/www/html
# Require additional composer packages
composer require mybizna/isp --no-interaction```
### How to setup on the system
```
composer create-project mybizna/setup mybizna
```### How to Install in Laravel
How to Install in Laravel### How to Install in Wordpress
How to Install in Wordpress## How to Participate
How to Participate## Who's behind?
An open-source project by [mybizna](https://mybizna.com/) contributed by a bunch of [people](https://github.com/mybizna/mybizna/graphs/contributors).