ahmed3mar / sail-7.x

Laravel sail for laravel 7 apps🔥

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Sail-7.x

Laravel sail for Laravel 7 apps.

Installation

Use the package manager composer to install package.

composer install ajuchacko/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.

About

Laravel sail for laravel 7 apps🔥

License:MIT License


Languages

Language:Shell 60.1%Language:PHP 21.2%Language:Dockerfile 18.7%