daqi/dq-exment
Composer 安装命令:
composer require daqi/dq-exment
包简介
Management for Product, Client, Contracts, Subscription, ...
README 文档
README
For Japanese(日本語)
こちらのサイトにアクセスしてください。
公式サイト
デモサイト一覧
マニュアル
What is Exment?
Exment is open source software for managing information assets on the Web.
For Web Database, SFA, CRM, Business improvement, ...
Official Site
Manual
Demo site
Then please enter
Usercode:admin
Password:adminadmin
Functions
- Dashboard
- Data registration from the screen
- Custom table/Custom column creation
- Import/export templates (Custom tables/Columns can be used with other Exments)
- Import/export data
- Value calculation function in form (total amount, calculation of tax amount)
- Authorization management
- Organization management
- Menu configuration management
- Search (free word search, search words related to information)
- Mail Template
- API
And more and more and more functions....
Operating environment
Server
- PHP 7.3.0 or upper
- MySQL 5.7.8 or upper and less than 8.0.0, or MariaDB 10.2.7 or upper
- Laravel8.X
Support Browser
- Google Chrome
- Microsoft Edge
Screen Shot
List of Data
Data Edit
Search
Dashboard
Calendar
QuickStart
You need set up LAMP and install composer.
- Create Laravel project using composer. ("exment" is project name.)
composer create-project "laravel/laravel=6.*" exment
cd exment
- Require exceedone/exment using composer.
composer require exceedone/exment
php artisan vendor:publish --provider="Exceedone\Exment\ExmentServiceProvider"
- Edit .env file.
### Database setting
# Change database setting
# If your database is MySQL, as below
DB_CONNECTION=mysql
# If your database is MariaDB, as below.
DB_CONNECTION=mariadb
DB_HOST=127.0.0.1 #MySQL host name
DB_PORT=3306 #MySQL port no.
DB_DATABASE=homestead #MySQL database name for Exment.
DB_USERNAME=homestead #MySQL user name for Exment.
DB_PASSWORD=secret #MySQL password name for Exment.
### timezone and locale
APP_TIMEZONE=America/Santiago
APP_LOCALE=en
- (Recommend) Add error page. Open "app/Exceptions/Handler.php", and modify "render" function.
/** * Render an exception into an HTTP response. * * @param \Illuminate\Http\Request $request * @param \Exception $exception * @return \Illuminate\Http\Response */ public function render($request, Exception $exception) { // Modify return \Exment::error($request, $exception, function($request, $exception){ return parent::render($request, $exception); }); }
- Access exment page.
URL is http://127.0.0.1:8000/admin
php artisan serve
Community
Exment does not currently have a community forum. I am taking advantage of issues. However, we may use some other platform in the future. If you have detailed knowledge, I would be grateful if you could give me a recommendation.
現在、Exmentではコミュニティ・フォーラムを用意していません。issueを活用しています。 ただし、将来的に何か他のプラットフォームを使うかもしれません。詳しい知見をお持ちの方は、推奨を教えてください。
Pull Request
Pull Requests are always welcome. Currently, I'd be happy if you actually implemented the function rather than requesting a new function.
Pull Requestはいつでも大歓迎です。現在は、新しい機能の要望よりも、その機能を実際に実装していただいた方が、嬉しいです。
Other pages
Setup for Develop En / 開発方法 日本語
Setup for Test En / テスト実行方法 日本語
issues
Please write issues using English or Japanese. / issuesには英語または日本語で記載してください。
Other repositories
-
laravel-admin
Based Exment's framework. Forked from z-song/laravel-admin. -
Manual
For exment manual page. -
Update Batch
Update batch. -
Auto Composer
Call auto composer. -
Docker
Exment dockers. -
Plugin Sample
Exment plugin's samples. -
Spout
Excel import and export library.
Forked from box/spout. We forked because box/spout is archived.
daqi/dq-exment 适用场景与选型建议
daqi/dq-exment 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 10 月 07 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「cms」 「free」 「dynamic table」 「SFA」 「Custom Database」 「Custom Table」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 daqi/dq-exment 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 daqi/dq-exment 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 daqi/dq-exment 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Flexslider slideshow content block for Silverstripe Elemental
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
EAV modeling package for Eloquent and Laravel.
Supercharged text field validation.
Write down your routing mapping at one place
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 25
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2023-10-07