LinuxCommandLibrary

larasail

larasail

TLDR

Set up the server with Laravel dependencies using the default PHP version

$ larasail setup
copy


Set up the server with Laravel dependencies using a specific PHP version
$ larasail setup [php71]
copy


Add a new Laravel site
$ larasail host [domain] [path/to/site_directory]
copy


Retrieve the Larasail user password
$ larasail pass
copy


Retrieve the Larasail MySQL password
$ larasail mysqlpass
copy

Copied to clipboard