An open API service indexing awesome lists of open source software.

https://github.com/saucebase-dev/installer


https://github.com/saucebase-dev/installer

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# Saucebase Installer

Dev-environment installer for [Saucebase](https://github.com/saucebase-dev/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

```bash
composer require --dev saucebase/installer
```

## Usage

```bash
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