saucebase/installer

Dev environment installer for Saucebase applications.

Maintainers

Package info

github.com/saucebase-dev/installer

pkg:composer/saucebase/installer

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-06-17 20:20 UTC

This package is auto-updated.

Last update: 2026-06-17 20:20:47 UTC


README

Dev-environment installer for Saucebase applications.

Provides the saucebase:install Artisan command, which runs inside the Docker container after the environment is up to handle app-level setup: .env scaffolding, app key generation, database migrations, module installation, and storage linking.

Requirements

  • PHP ^8.4
  • Laravel ^12.0 or ^13.0

Installation

composer require --dev saucebase/installer

Usage

php artisan saucebase:install
php artisan saucebase:install vue --fresh
php artisan saucebase:install --all-modules
php artisan saucebase:install --modules=auth,billing

License

MIT