skydiver / laravel-check-updates
Check Laravel updates from your command line
Installs: 354
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/skydiver/laravel-check-updates
Requires
- php: ^7.1
- composer/semver: ^1.0
- illuminate/support: >=6.0
- knplabs/packagist-api: ^1.5
- paquettg/php-html-parser: ^2.1
This package is auto-updated.
Last update: 2025-09-12 11:54:22 UTC
README
Check Laravel updates from your command line
Installation
On your Laravel project run:
composer require skydiver/laravel-check-updates
Usage
After package installed, two new artisan commands will be available:
php artisan updates:laravel
php artisan updates:nova
Compatibility
This package was tested on Laravel 6 & 7.