Package Data | |
---|---|
Maintainer Username: | balping |
Package Create Date: | 2017-08-12 |
Package Last Update: | 2018-06-07 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-04-16 03:06:45 |
Package Statistics | |
---|---|
Total Downloads: | 7,192 |
Monthly Downloads: | 125 |
Daily Downloads: | 5 |
Total Stars: | 1 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Warning: This project has been moved to GitLab: https://gitlab.com/balping/laravel-version
Simple wrapper around version_compare
to check Laravel versions.
composer require balping/laravel-version
if (LaravelVersion::min('5.5')) {
// do something
} else {
// do something else
}
This package is licensed under the Expat (MIT) license.