Forrest logo
back to context overview

larasail

List of commands for larasail:

  • larasail:tldr:1174d larasail: Add a new Laravel site.
    $ larasail host ${domain} ${path-to-site_directory}
    try on your machine
    explain this command
  • larasail:tldr:18906 larasail: Retrieve the Larasail user password.
    $ larasail pass
    try on your machine
    explain this command
  • larasail:tldr:551d7 larasail: Retrieve the Larasail MySQL password.
    $ larasail mysqlpass
    try on your machine
    explain this command
  • larasail:tldr:8bb7a larasail: Set up the server with Laravel dependencies using the default PHP version.
    $ larasail setup
    try on your machine
    explain this command
  • larasail:tldr:a850f larasail: Set up the server with Laravel dependencies using a specific PHP version.
    $ larasail setup ${php71}
    try on your machine
    explain this command
back to context overview