https://github.com/saucebase-dev/installer
https://github.com/saucebase-dev/installer
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saucebase-dev/installer
- Owner: saucebase-dev
- Created: 2026-06-17T18:32:51.000Z (19 days ago)
- Default Branch: main
- Last Pushed: 2026-06-20T08:39:33.000Z (16 days ago)
- Last Synced: 2026-06-20T19:21:57.942Z (16 days ago)
- Language: PHP
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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