PHP Package: laravel/sail

Laravel Sail is a lightweight command-line interface for interacting with Laravel's Docker development environment effortlessly.

Current Version: 1.41.0
Last Updated: 2025-01-28
PHP Requirement: >=7.1
Dependencies: laravel/framework, symfony/console, symfony/process
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Sail is a convenient CLI for Laravel's Docker development environment, streamlining the setup and management of containers for Laravel projects. It simplifies the process of configuring and running Docker containers for local development, offering a seamless experience for developers.

🔗 View on GitHub

Download Latest Version: 1.41.0

Download Download v1.41.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/laravel/sail/1.41.0/autoload.php';

use Laravel\Sail\SailCommand;
use Laravel\Sail\Command\InstallCommand;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Process\Process;


$obj = new Laravel\Sail\SailCommand();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.