The development app for Moox Backup Server UI, needs a License from Spatie for Laravel Backup Server.
The development app for Moox Backup Server UI, needs a License from Spatie for Laravel Backup Server. Currently not ready for production!
-
Moox Backup Server UI, - Filament UI for Spatie Laravel Backup Server
-
Moox Devops - deploy servers and projects in Laravel Forge
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