定制 dvlpp/sharp 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dvlpp/sharp

Composer 安装命令:

composer require dvlpp/sharp

包简介

A kind of CMS for developers who hate CMS

README 文档

README

This package is still maintained, but Sharp 4, a whole new version of it with a new perspective for Laravel 5.4+ is available here: code16/sharp

Sharp

A Laravel CMS for developers who hate CMS

Sharp is a Laravel CMS package which intent to greatly simplify data management of a website without implicating a special data storage or organization, being as much as possible data-agnostic.

Well, I think I can try to be clearer: in many of my web projects there's a lot of business data to manage, and my clients need some tool to handle those texts, images, lists, links and other stuff. I can either develop each time a dedicated admin panel (hmm... no), or integrate a full CMS, in which case I often have to adapt my data storage technology and database schema to the CMS tool (or sometimes worse, the tool manages itself my data structure). Sharp is an decent attempt to keep the CMS cool part (data inputs including uploads, lists, ..., validation, auth, ...) without the crap (Sharp doesn't know about my database nor about the way I want to organize my code).

Note: this documentation is written as a tutorial: it's best to read it from the beginning to the end, because we are going to follow a small example. But if you are an adventurer, no problem: I think each part is readable alone also.

And another note: as you can probably guess, english is not my first language. Well, you'll have to deal with it.

Installation

  • Through composer, add "dvlpp/sharp": "~1.0" in your require section, and run composer update.
  • Next add 'Dvlpp\Sharp\SharpServiceProvider' in your app.php providers section.
  • Once installed, run those two commands:
    • php artisan config:publish dvlpp/sharp to publish the two necessary config file in config/packages/dvlpp/sharp;
    • php artisan asset:publish dvlpp/sharp to publish JS and CSS files used by Sharp, in public/packages/dvlpp/sharp.

OK, you're good to go. One final note: after an composer update, always re-run the asset publish command to be sure to have the last files (but DO NOT re-run the config:publish command, which will erase your existing Sharp config).

Full documentation

Here's the doc index.

Quick overview in screenshots

Sharp provides a simple way to handle entities lists with ordering, pagination, search, state indicator, column data rendering and more

Entities lists can easily be re-arrange

Sharp generated forms can include file uploads, dynamic lists and many more other field types

Form Validation is mostly automatic and easy

dvlpp/sharp 适用场景与选型建议

dvlpp/sharp 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 1.49k 次下载、GitHub Stars 达 15, 最近一次更新时间为 2014 年 05 月 05 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 dvlpp/sharp 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 dvlpp/sharp 我们能提供哪些服务?
定制开发 / 二次开发

基于 dvlpp/sharp 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 1.49k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 15
  • Watchers: 3
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-05-05