istherepie/laravel-zurb-foundation
Composer 安装命令:
composer create-project istherepie/laravel-zurb-foundation
包简介
Laravel Zurb Foundation Boilerplate
README 文档
README
A boilerplate using Laravel v5.3 and Foundation 6. All blade views have been re-styled for Foundation 6 for sites. Elixir is configured to compile all the individual components in order to add a bit of flexibility in making custom modifications to the framework.
Jquery, Node-Sass and Foundation are added as devDependencies in the node packagage.json and can be installed via npm:
npm install
Foundation is copied to the "resources/assets/(scss/js)" directory the first time you run gulp:
from node_modules => resources/assets/scss/foundation
from node_modules => resources/assets/js/foundation
NOTE: If you plan on making modifications to the foundation scss files, you should outcomment following from the gulpfile after you ran it once.
.copy(
'./node_modules/foundation-sites/scss',
'resources/assets/scss/foundation'
)
.copy(
'./node_modules/foundation-sites/js',
'resources/assets/js/foundation'
)
Housekeeping:
The main "app.scss" and "gulpfile.js" files are pre-configured to import foundation scss and js, and include a full list of the individual components which make it easy to add/remove to the mix.
- resources/assets/scss/app.scss:
/// Import Foundation 6 for sites
@import 'foundation/foundation';
/// Foundation components
@include foundation-global-styles;
@include foundation-grid;
@include foundation-flex-grid;
@include foundation-typography;
@include foundation-button;
...
- gulpfile.js:
/// Foundation 6 core
'foundation/foundation.core.js',
/// Foundation 6 components
'foundation/foundation.abide.js',
'foundation/foundation.accordion.js',
'foundation/foundation.accordionMenu.js',
'foundation/foundation.drilldown.js',
'foundation/foundation.dropdown.js',
'foundation/foundation.dropdownMenu.js',
...
Boilerplate helper samples for easy prototyping located in App\Helpers, additionally the Helper.php is being autoloaded:
"files": [
"app/Zen/Helpers/Helper.php"
]
Minor modifications:
- Application name can be set in .env using APP_NAME
- Foundation powered views (Welcome, auth view, error views)
- Versioning of css and js files (added in the master blade partial)
Feel free to use at will!
Built on top of Laravel - The PHP Framework For Web Artisans
For more information visit Laravel website.
License
The Laravel framework is open-sourced software licensed under the MIT license.
istherepie/laravel-zurb-foundation 适用场景与选型建议
istherepie/laravel-zurb-foundation 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 39 次下载、GitHub Stars 达 1, 最近一次更新时间为 2016 年 09 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「laravel」 「zurb」 「foundation」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 istherepie/laravel-zurb-foundation 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 istherepie/laravel-zurb-foundation 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 istherepie/laravel-zurb-foundation 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Integrates the features of the responsive framework Foundation, from Zurb, into Symfony2 by providing templates, Twig extensions, services and commands.
TYPO3 extension for sending responsive email templates
A simple way to create breadcrumbs.
Easy flash messages for Silverstripe
Provides a kitchen sink (exemples) of the functionnalities of the florianbelhomme/foundation-bundle bundle.
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-27