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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-assets-version

Assets Version

    laravel Latest Version on Packagist

## 🦸‍♂️ 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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package thecoderraman/laravel-assets-version contains the following files

Loading the files please wait ....