Download the PHP package sukohi/asset-ver without Composer
On this page you can find all versions of the php package sukohi/asset-ver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sukohi/asset-ver
More information about sukohi/asset-ver
Files in sukohi/asset-ver
Download sukohi/asset-ver
More information about sukohi/asset-ver
Files in sukohi/asset-ver
Vendor sukohi
Package asset-ver
Short Description A Laravel package that allows you easily to manage a version value for assets URL.
License MIT
Package asset-ver
Short Description A Laravel package that allows you easily to manage a version value for assets URL.
License MIT
Please rate this library. Is it a good library?
Informations about the package asset-ver
AssetVer
A Laravel package that allows you easily to manage a version value for assets URL.
This package is maintained under Laravel 5.8.
Installation
composer require sukohi/asset-ver:1.*
Usage
Update version value
The following command automatically updates asset version.
php artisan asset_ver
Clear
php artisan asset_ver:clear
Helper function
You can get a current version value through asset_ver() as follows.
(in Blase)
https://example.com/js/test.js?{{ asset_ver() }}
(in PHP)
$version = asset_ver(); // ver=***
// or only version value
$version = asset_ver(false);
Configuration
If you'd like to set configurations, publish config/asset_ver.php
through php artisan vendor:publish
.
License
This package is licensed under the MIT License.
Copyright 2019 Sukohi Kuhoh
All versions of asset-ver with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
~5.8.13
The package sukohi/asset-ver contains the following files
Loading the files please wait ....