PHP code example of ronvolt / laravel-sail-neo
1. Go to this page and download the library: Download ronvolt/laravel-sail-neo library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ronvolt / laravel-sail-neo example snippets
php artisan sail:install --php=7.4 or 8.0 --mysql=5.7 or 8.0
php artisan sail:install --php=7.4 or 8.0 --with=service(s) --mysql=5.7 or 8.0
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