This is an old revision of the document!
Laravel - Updating
- Install Composer - https://getcomposer.org/download/
- Latest Supported PHP
composer update
Version check
Laravel Version Check
php artisan --version
Installed Packages Version Check
composer show -i