Orbis is a modular ERP designed for business management.
Package | Version | Description |
---|---|---|
Laravel | v12 | Core PHP framework |
MoonShine | v3 | Admin panel |
moonshine-roles-permissions | v3 | Roles and permissions system |
internachi/modular | v2 | Modular architecture |
-
Clone the repository:
git clone https://github.com/maycolmunoz/orbis.git cd orbis
-
Set up the environment:
cp .env.example .env composer install
-
Run the installer:
php artisan launch:install
-
Set test data
php artisan db:seed cp -r resources/images/products storage/app/public/products