Download the PHP package ronvolt/laravel-sail-neo without Composer
On this page you can find all versions of the php package ronvolt/laravel-sail-neo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-sail-neo
Laravel Sail Neo
Advanced Laravel Sail for Laravel version 7/8 apps.
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.
Installation
Use the package manager composer to install package.
Sail Neo commands and options
php artisan sail:install --help
for help
Laravel Sail Neo Supports PHP version 7.4 or 8.0 only.
Laravel Sail Neo Supports MySQL version 5.7 or 8.0 only.
NOTE
If --php
is not specified or wrong version provided, Sail Neo will use PHP 8.0 by default.
If specified, --with
can receive one or more values (comma seperated). E.g. --with=mysql,redis
Only use --mysql
if MySQL is added as a service.
If --mysql
is not specified or wrong version provided, Sail Neo will use MySQL 8.0 by default.
Laravel Sail Official Commands
Documentation for Sail can be found on the Laravel website.
Inspiration
Laravel Sail is inspired by and derived from Vessel by Chris Fidao. If you're looking for a thorough introduction to Docker, check out Chris' course: Shipping Docker.
Official Documentation
Documentation for Sail can be found on the Laravel website.
Contributing
Thank you for considering contributing to Sail! You can read the contribution guide here.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Sail is open-sourced software licensed under the MIT license.
All versions of laravel-sail-neo with dependencies
illuminate/contracts Version ^8.0|^9.0
illuminate/console Version ^8.0|^9.0
illuminate/support Version ^8.0|^9.0