Check Laravel updates from your command line
On your Laravel project run:
composer require skydiver/laravel-check-updates
After package installed, two new artisan commands will be available:
php artisan updates:laravel
php artisan updates:nova
This package was tested on Laravel 6 & 7.