Documentation
Get started with Shipper by installing the package and configuring your first deployment.
Shipper CLI Build and Distribution
This document explains the complete build and distribution system for the Shipper CLI. The Shipper CLI can be distribute…
Shipper Configuration Guide
This guide explains how to configure Shipper for your deployments using the `shipper.yml` file. Shipper uses a declarati…
Database Management Guide
This guide explains how Shipper manages databases for your applications. Shipper provides automatic database lifecycle m…
Getting Started
Install Shipper via Composer: ```bash composer require ulties/shipper ``` Create a `shipper.yml` file in your project ro…
Using Shipper as a GitHub Action
This guide explains how to use Shipper as a reusable GitHub Action in your workflows. The Shipper GitHub Action provides…
GitHub Actions Setup Guide
This guide explains how to set up automated deployments with GitHub Actions using Shipper. Shipper integrates seamlessly…
PHPStan Configuration Fixes
This document describes the PHPStan configuration issues that were resolved. **Problem:** The `phpstan.neon` configurati…
PR Preview Deployments Guide
This guide explains how to set up and use PR preview deployments with Shipper. PR preview deployments automatically crea…
Shipper Documentation
Welcome to the Shipper documentation! This comprehensive guide covers everything you need to know about deploying applic…
Sites Management Guide
This guide explains how Shipper manages sites and their lifecycle. Shipper automatically manages the complete lifecycle …
Strict Coding Standards Documentation
This Laravel Zero application implements Nuno Maduro's strict Laravel coding standards and best practices. Every aspect …