Skip to content

Instantly share code, notes, and snippets.

@Luiyit
Last active July 29, 2023 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luiyit/c6569b8027272b3e36bd29efd7f84674 to your computer and use it in GitHub Desktop.
Save Luiyit/c6569b8027272b3e36bd29efd7f84674 to your computer and use it in GitHub Desktop.
How to install Laravel 10 step by step in Ubuntu

How to install Laravel 10 step by step in Ubuntu

DEV NOTE: Support for Ubuntu 18.04 was removed from Ondřej Surý's PPA on June 15, 2023 as that version of Ubuntu is no longer supported. As per the description on the PPA landing page

Reference

Install Composer

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-18-04

Install PHP 8.1

https://www.digitalocean.com/community/tutorials/how-to-install-php-8-1-and-set-up-a-local-development-environment-on-ubuntu-22-04

Create the Laravel project

https://laravel.com/docs/10.x/installation#your-first-laravel-project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment