Download the PHP package actcmsvn/assets without Composer
On this page you can find all versions of the php package actcmsvn/assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download actcmsvn/assets
More information about actcmsvn/assets
Files in actcmsvn/assets
Download actcmsvn/assets
More information about actcmsvn/assets
Files in actcmsvn/assets
Vendor actcmsvn
Package assets
Short Description Laravel assets management
License MIT
Homepage https://actcms.io.vn
Package assets
Short Description Laravel assets management
License MIT
Homepage https://actcms.io.vn
Please rate this library. Is it a good library?
Informations about the package assets
Laravel Assets management
Installation
For version <= 5.4:
Add to section providers
of config/app.php
:
And add to aliases
section:
All assets resource will be manage in config file so we need to publish config to use.
Add to your master layout view, in head
tag:
and before body
tag close:
Methods
Add scripts
Example:
Add styles
Example:
Remove scripts
Example:
Remove styles
Example:
Others
- Set version for assets. Add to
.env
Then all assets will be added ?v=1.0
- Change to online mode
Then assets will be loaded from CDN if it's defined in config file.
- To disable versioning:
Contributors
License
MIT © Sang Nguyen
All versions of assets with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3|^8.0|^8.1|^8.2|^8.3
laravel/framework Version ^5.6|^6|^7|^8|^9|^10|^11.0
laravel/framework Version ^5.6|^6|^7|^8|^9|^10|^11.0
The package actcmsvn/assets contains the following files
Loading the files please wait ....