andersmandersen / laravel-sail-reinstall

Simple script to reinstall Laravel Sail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sail reinstall

Laravel Sail is a great starting point for getting a Laravel development environment up and running. There is only a minor issue when you are working on a existing application that uses Laravel Sail, you will need to install both PHP and composer locally.

Using the following script you will not need to have either PHP or composer installed locally.

All credits etc. goes to Taylor Otwell the creator of Laravel

How to use

Simple run the following commands in your application directory.

$ curl -s https://velcon.dk/sail-reinstall.sh | bash

About

Simple script to reinstall Laravel Sail