update page now
Laravel Live Japan

Downloads & Installation Instructions

Did you find a mistake? Didn't find what you were looking for? Please submit an issue.

Instructions

On the command line, run the following commands:


# Update the package lists.
sudo apt update

# Install PHP.
sudo apt install -y php
To Top