wojciechjurkowski / tg-version
versioning for laravel application
This package's canonical repository appears to be gone and the package has been frozen as a result.
v1.0.4
2016-06-03 14:44 UTC
Requires
- php: ~5.5|~7.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-02-05 22:38:12 UTC
README
Install
Via Composer
$ composer require wojciechjurkowski/tg-version
Add ServiceProvider to config/app
.
WojciechJurkowski\TgVersion\TgVersionServiceProvider::class,
And publish config.
$ php artisan vendor:publish --provider="WojciechJurkowski\TgVersion\TgVersionServiceProvider"
Usage
By default version is passed to TgVersion::version
view
in your main layout before ending of the body tag add:
@include('TgVersion::version')
also add meta tags:
@include('TgVersion::version-meta')
in case you want to use your own views, specify that in array config versionViews
after that $version
is available in given views
Security
If you discover any security related issues, please email woj.jurkowski@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.