This is the Monorepo of the Moox Project. It is home of our ecosystem of Laravel packages and Filament plugins that are developed to form a CMS, Shop platform or other website or app.
If you want to install and use Moox, please refer to any of our packages or directly install a Bundle using Moox Core.
Package | Composer | Free | Pro | State |
---|---|---|---|---|
Moox Core | moox/core | x | Stable | |
Moox Jobs | moox/jobs | x | Stable | |
Moox Skeleton | moox/skeleton | x | Stable | |
Moox Flag Icons Circle | moox/flag-icons-circle | x | Stable | |
Moox Flag Icons Origin | moox/flag-icons-origin | x | Stable | |
Moox Flag Icons Square | moox/flag-icons-square | x | Stable | |
Moox Flag Icons Rect | moox/flag-icons-rect | x | Stable | |
Moox Laravel Icons | moox/laravel-icons | x | Stable | |
Moox Media | moox/media | x | Beta | |
Moox Data | moox/data | x | Beta | |
Moox Localization | moox/localization | x | Beta | |
Moox Press | moox/press | x | Beta |
All others are under hard development.
Moox Version | Laravel Version | Filament Version | PHP Version |
---|---|---|---|
2.x | > 9.x | 2.x | > 8.0 |
3.x | > 10.x | 3.x | > 8.1 |
4.x | > 11.x | 4.x | > 8.2 |
Moox Press packages require WordPress Version 6.7, password hashing is currently not compatible with newer versions. We will fix that soon.
Install and use the Monorepos ...
git clone https://github.com/mooxphp/moox
composer create-project laravel/laravel mooxdev
composer require moox/devlink
php artisan vendor:publish --tag="devlink-config"
php artisan moox:devlink
There is another option for running our CI ...
# Installs a fresh Laravel app and all packages
php ci.php
# or to have a special Laravel version running
php ci.php -l=11.0
# and to clean up the Laravel app
php ci.php -d
- Get CI working again, parallel one action!
- Build Laravel app including database once
- Run Pest with Matrix for Win/X and supported PHP versions
- PHP Stan
- Codacy
- Restore README.md
- Release feature
- Restore Art files
- Restore Moox.org
- Copy over every Fila4-ready package
- Restore the composer.json
- Restore changes from Moox Jobs
- Care for News, Monorepo, Github ...
- Check and Install Filament incl. user
- Create Panels, suggest Bundles
- Install and use Package Registry
This repository and all packages are commercial software under the MIT License.
Before reporting a security issues, please read our Security Policy.