Download the PHP package sayboot/assets without Composer
On this page you can find all versions of the php package sayboot/assets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sayboot/assets
More information about sayboot/assets
Files in sayboot/assets
Download sayboot/assets
More information about sayboot/assets
Files in sayboot/assets
Vendor sayboot
Package assets
Short Description Laravel assets management
License MIT
Homepage https://sayboot.com
Package assets
Short Description Laravel assets management
License MIT
Homepage https://sayboot.com
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 © Thanh Nguyen
All versions of assets with dependencies
PHP Build Version
Package Version
The package sayboot/assets contains the following files
Loading the files please wait ....