Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Install Sail Into Existing laravel 8 project

# Install Sail into existing Laravel 8 project
composer require laravel/sail --dev
php artisan sail:install
./vendor/bin/sail up
Comment

How to install Laravel 8 using sail?

docker run --rm 
    -v "$(pwd)":/opt 
    -w /opt 
    laravelsail/php81-composer:latest 
    bash -c "composer create-project laravel/laravel:^8.0 example-app && cd example-app && php ./artisan sail:install --with=mysql,redis,meilisearch,mailhog,selenium "
Comment

PREVIOUS NEXT
Code Example
Shell :: maven create project from archetype command line 
Shell :: IF NOT DIR BASH 
Shell :: find and kill the process on a specific port windows 
Shell :: check gcc version 
Shell :: sed add line after match 
Shell :: how to install pygame 
Shell :: terminal not opening ubuntu 
Shell :: virtual host apache2 
Shell :: Ubuntu free ports in use 
Shell :: restart webmin terminal 
Shell :: git find out commit for tag 
Shell :: terraform fmt 
Shell :: batch script delete files older than 30 days 
Shell :: linux cmd uninstall 
Shell :: while loop bash 
Shell :: cpu temp on ubuntu 
Shell :: delete folder terminal mac 
Shell :: bash store file lines in variable 
Shell :: how to check the parent branch in git 
Shell :: get ip of raspberry pi 
Shell :: git merge abort 
Shell :: install ubuntu deb 
Shell :: ubuntu output to file and terminal 
Shell :: add user to sudoer 
Shell :: multi line comment in bash shell 
Shell :: Accessors are only available when targeting ECMAScript 5 and higher. 
Shell :: bash calculate division 
Shell :: update to 21.04 from 20.04 
Shell :: remote origin already exists. 
Shell :: swagger installation 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =