Package Data | |
---|---|
Maintainer Username: | balping |
Package Create Date: | 2017-08-12 |
Package Last Update: | 2018-06-07 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:05:43 |
Package Statistics | |
---|---|
Total Downloads: | 6,267 |
Monthly Downloads: | 76 |
Daily Downloads: | 1 |
Total Stars: | 1 |
Total Watchers: | 2 |
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.