jasonlewis/basset
最新稳定版本:v4.0.0-BETA2
Composer 安装命令:
composer require jasonlewis/basset
包简介
A better asset management package for Laravel.
README 文档
README
Basset is no longer being maintained by me (Jason Lewis). Appologies to those of you that have invested time into this package. Feel free to fork it if you feel the need but I strongly urged you to shift over to using Grunt to manage the compiling and concatenation of your assets.
Once again, I'm sorry, I just don't have the time and Grunt does an amazing job.
Basset for Laravel 4
Basset is a better asset management package for the Laravel framework. Basset shares the same philosophy as Laravel. Development should be an enjoyable and fulfilling experience. When it comes to managing your assets it can become quite complex and a pain in the backside. These days developers are able to use a range of pre-processors such as Sass, Less, and CoffeeScript. Basset is able to handle the processing of these assets instead of relying on a number of individual tools.
Installation
To get the latest version of Basset simply require it in your composer.json file.
"jasonlewis/basset": "dev-master"
You'll then need to run composer install to download it and have the autoloader updated.
Note that once Basset has a stable version tagged you should use a tagged release instead of the master branch.
Once Basset is installed you need to register the service provider with the application. Open up app/config/app.php and find the providers key.
'providers' => array(
'Basset\BassetServiceProvider'
)
Basset also ships with a facade which provides the static syntax for creating collections. You can register the facade in the aliases key of your app/config/app.php file.
'aliases' => array(
'Basset' => 'Basset\Facade'
)
Documentation
View the official documentation.
Changes
v4.0.0 Beta 3
- Split the collections and aliases into their own configuration files.
- Filter method chaining with syntactical sugar by prefixing with
and, e.g.,andWhenProductionBuild().
v4.0.0 Beta 2
- Added logging when assets, directories, and filters are not found or fail to load.
- Allow logging to be enabled or disabled via configuration.
- Warn users when cURL is being used to detect an assets group.
- Allow an array of filters to be applied to an asset.
- Added
whenProductionBuildandwhenDevelopmentBuildas filter requirements. CssMinandJsMinare only applied on a production build and not on the production environment.- Added
rawmethod as an alias toexclude. - Entire directory or collection can be set as raw so original path is used instead of assets being built.
- Development builds only happen for a collection that is used on the loaded request.
- Added
rawOnEnvironmentto serve the asset raw on a given environment or environments.
v4.0.0 Beta 1
- Collections are displayed with
basset_javascripts()andbasset_stylesheets(). - Simplified the asset finding process.
- Can no longer prefix paths with
path:for an absolute path, use a relative path from public directory instead. - Requirements can be applied to filters to prevent application if certain conditions are not met.
- Filters can find any missing constructor arguments such as the path to Node, Ruby, etc.
- Default
applicationcollection is bundled. basset:compilecommand is nowbasset:build.- Old collection builds are cleaned automatically but can be cleaned manually with
basset --tidy-up. - Packages can be registered with
Basset::package()and assets can be added using the familiar namespace syntax found throughout Laravel. Cssosupport withCssoFilter.- Fixed issues with
UriRewriteFilter. - Development collections are pre-built before every page load.
- Build and serve pre-compressed collections.
- Use custom format when displaying collections.
- Added in Blade view helpers:
@javascripts,@stylesheets, and@assets. - Assets maintain the order that they were added.
jasonlewis/basset 适用场景与选型建议
jasonlewis/basset 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 63.38k 次下载、GitHub Stars 达 244, 最近一次更新时间为 2012 年 11 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「assets」 「laravel」 「basset」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 jasonlewis/basset 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 jasonlewis/basset 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 jasonlewis/basset 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.
Asset Management for PHP
Caching and compression for Twig assets (JavaScript and CSS).
A better asset management package for Laravel.
Tool for loading or deploying CSS and JS files into web pages
A better asset management package for Laravel.
统计信息
- 总下载量: 63.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 258
- 点击次数: 18
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: Unknown
- 更新时间: 2012-11-13