diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2018-05-01 03:10:26 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2018-06-07 02:54:32 +0300 |
commit | a2d8cccd098bc1f739c324623bdabb701e65ba90 (patch) | |
tree | 374ffa0269bf6feacba711f7c5adab2867d83cc8 /README.md | |
parent | d9d9fb9b6b9ede92fe76682c0fa4e03a29853695 (diff) |
Add a Laravel version segment
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ The segments that are currently available are: * `nvm` - Show the version of Node that is currently active, if it differs from the version used by NVM * **PHP Segments:** * `php_version` - Show the current PHP version. + * `laravel_version` - Show the current Laravel version. * [`symfony2_tests`](#symfony2_tests) - Show a ratio of test classes vs code classes for Symfony2. * `symfony2_version` - Show the current Symfony2 version, if you are in a Symfony2-Project dir. * **Python Segments:** |