gildsmith / anvil
Gildsmith CLI Dev Tools
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.3.0
- laravel-zero/framework: ^11.0.2
Requires (Dev)
- laravel/pint: ^1.18.1
- mockery/mockery: ^1.6.12
- pestphp/pest: ^3.5.1
This package is auto-updated.
Last update: 2025-09-11 21:36:06 UTC
README
Anvil is a command-line application built on Laravel Zero designed to simplify and streamline development in the Gildsmith ecosystem. It helps developers quickly set up projects, manage configurations, and create package blueprints while providing convenient utilities wrapped around Laravel Sail.
Downloading the latest build
The compiled binary is published in the builds directory. Download the most recent build into your current directory with:
wget https://github.com/gildsmith/anvil/raw/refs/heads/master/builds/anvil
Other download options
macOS or Linux (using curl
):
curl -L -o anvil https://github.com/gildsmith/anvil/raw/refs/heads/master/builds/anvil
Windows (PowerShell):
Invoke-WebRequest -Uri https://github.com/gildsmith/anvil/raw/refs/heads/master/builds/anvil -OutFile anvil.exe
After downloading, make the file executable on Unix-like systems:
chmod +x anvil ./anvil
Or grab it directly from your browser: