8000 GitHub - mooxphp/moox: The Moox Project - Packages for Filament and Laravel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mooxphp/moox

Repository files navigation


Moox Logo


PEST Tests Laravel PINT PHP Code Style PHPStan Level 5

TailwindCSS 3 AlpineJS 3 Laravel 12 Laravel Livewire 2 Filament 3

Codacy Code Quality Codacy Coverage QLTY Maintainability Snyk Security

Renovate Translation status All Contributors

License Slack

Moox

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.

Packages

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.

Requirements

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.

Installation

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

Todo

Monorepo

  • Get CI working again, parallel one action!
    1. Build Laravel app including database once
    2. Run Pest with Matrix for Win/X and supported PHP versions
    3. PHP Stan
    4. Codacy
  • Restore README.md
  • Release feature
  • Restore Art files
  • Restore Moox.org

Filament 4

  • Copy over every Fila4-ready package
  • Restore the composer.json
  • Restore changes from Moox Jobs
  • Care for News, Monorepo, Github ...

Installer

  • Check and Install Filament incl. user
  • Create Panels, suggest Bundles
  • Install and use Package Registry

License

This repository and all packages are commercial software under the MIT License.

Security

Before reporting a security issues, please read our Security Policy.

0