Download the PHP package thecoderraman/laravel-assets-version without Composer
On this page you can find all versions of the php package thecoderraman/laravel-assets-version. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thecoderraman/laravel-assets-version
More information about thecoderraman/laravel-assets-version
Files in thecoderraman/laravel-assets-version
Download thecoderraman/laravel-assets-version
More information about thecoderraman/laravel-assets-version
Files in thecoderraman/laravel-assets-version
Vendor thecoderraman
Package laravel-assets-version
Short Description Laravel static assets versioning via query string: app.js → app.js?v=d41d8cd98f
License MIT
Homepage https://github.com/TheCoderRaman/laravel-assets-version
Package laravel-assets-version
Short Description Laravel static assets versioning via query string: app.js → app.js?v=d41d8cd98f
License MIT
Homepage https://github.com/TheCoderRaman/laravel-assets-version
Please rate this library. Is it a good library?
Informations about the package laravel-assets-version
Assets Version
## 🦸♂️ About By incorporating query strings, Laravel assets version facilitates static assets versioning, as exemplified by the transformation of app.js into app.js?d41d8cd98f. This method allows for efficient cache busting, ensuring that updated versions of static assets are promptly recognized and utilized by web browsers. Through the addition of unique query strings, such as the appended d41d8cd98f, the system effectively distinguishes between different versions of the same static asset, thereby enhancing performance and reliability within web development projects. Empower your web development with Laravel's dynamic assets versioning, seamlessly integrating query strings to ensure efficient cache busting and swift recognition of updated versions. ##### 👊 "Efficient cache busting with Laravel's dynamic versioning." ## Major Technologies - laravel ## Structure ### 💫 Requirements * PHP >= 7.3 ## ⚜️ Features * Supports multiple hash algorithms for generating asset file versions. * Supports different filters for filtering asset files during asset version generation. * Automatically assigns a version to asset URLs when using the `asset_path()` helper function.. ## Getting Started 🎉 These instructions will get you a copy of the library up and running on your local machine for production and development purposes. #### 👨💻 Production Environment ###### Install this package ###### Publish the config file: ###### Update Configuration File as Needed ###### Update Environment File as Needed #### 🕹️ Library Basic Usage ##### You can get the versioned url of any asset file by using the `below` helper function: ###### Using Helper Functions ###### For Using inside laravel blade template ###### Using Facades :warning: **You have to run these commands every time you change any asset file content.** ###### Assets Version Commands #### 🛠️ Development Environment ###### Clone this repository ###### PhpUnit Tests ###### Testbench for testing integrations ## Repository Branches - **master** -> any pull request of changes this branch - **main** -> don´t modify, this is what is running in production ## Contributions Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. ###### Pull Requests 1. Fork the repo and create your branch: `#[type]/PR description` 1. Ensure to describe your pull request: Edit the PR title by adding a semantic prefix like `Added`, `Updated:`, `Fixed:` etc. **Title:** `#[issue] PR title -> #90 Fixed styles the button` ## Authors * [Raman Verma](https://github.com/TheCoderRaman) ## Code of Conduct In order to ensure that the Assets Version community is welcoming to all, please review and abide by the [Code of Conduct](./CODE_OF_CONDUCT.md). ## Security Vulnerabilities If you discover a security vulnerability within Assets Version, please send an e-mail to Raman Verma via [e-mail](mailto:[email protected]). All security vulnerabilities will be promptly addressed. ## License The Assets Version is open-sourced software licensed under the [MIT License](./LICENSE)
All versions of laravel-assets-version with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|~8
The package thecoderraman/laravel-assets-version contains the following files
Loading the files please wait ....