lucenarenato / sail-7.x
Docker files for running a basic Laravel 5 or 7 application.
v1.0.1
2023-04-11 13:09 UTC
Requires
- php: ^7.2
- illuminate/contracts: ^5.0|^6.0|^7.0
- illuminate/support: ^5.0|^6.0|^7.0
This package is auto-updated.
Last update: 2024-10-11 16:22:57 UTC
README
Laravel sail for Laravel 5,6 or 7 apps.
Installation
Use the package manager composer to install package.
composer install lucenarenato/sail-7.x --dev
Usage
php artisan sail:install
php artisan sail:publish
alias sail='bash vendor/bin/sail'
sail up
sail up -d
sail down
sail php --version
sail artisan tinker
sail composer require
sail npm run dev
sail share // ngrok tunnel url
sail build --no-cache
Introduction
Sail provides a Docker powered local development experience for Laravel that is compatible with macOS, Windows (WSL2), and Linux. Other than Docker, no software or libraries are required to be installed on your local computer before using Sail. Sail's simple CLI means you can start building your Laravel application without any previous Docker experience.
Official Documentation
Documentation for Sail can be found on the Laravel website.
License
Laravel Sail is open-sourced software licensed under the MIT license.
- Renato Lucena developer