Skip to content

mooxphp/moox-server

Repository files navigation

Moox Server Monorepo

The development app for Moox Backup Server UI, needs a License from Spatie for Laravel Backup Server.


Moox Logo


PEST Tests Laravel PINT PHP Code Style PHPStan Level 5

TailwindCSS 3 AlpineJS 3 Laravel 11 Laravel Livewire 2

Codacy Code Quality Codacy Coverage Code Climate Maintainability Snyk Security

Renovate Translation status License Slack

Moox Server Monorepo

The development app for Moox Backup Server UI, needs a License from Spatie for Laravel Backup Server. Currently not ready for production!

Packages

  • Moox Backup Server

Installation

The Laravel dev app in the root-folder of the Moox Monorepo is made for instant development with Laravel Valet, Laravel Sail or Laragon.

# Create a .env file and adjust to your needs
cp .env.example .env

# Install via Composer
composer install

# Migrate and seed
php artisan migrate:fresh --seed

# Use Vite (for Laravel Sail on Windows: do it in Ubuntu, not inside the Sail container)
npm install
npm run dev