承接 arkenstone/core 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

arkenstone/core

最新稳定版本:v0.0.14

Composer 安装命令:

composer require arkenstone/core

包简介

Laravel package: Arkenstone

README 文档

README

Laravel based E Commerce Feature targetted Web Application.

Requirements

  • PHP >= 8.2
  • Laravel >= 10.0 (automatically handled via Orchestra Testbench)

Installation

1. Install via Composer

composer require arkenstone/core

2. Publish Configuration (Recommended for production )

php artisan vendor:publish --tag=arkenstone-config

This creates config/arkenstone.php in your Laravel app.

3. Publish Migrations (Recommended for production )

php artisan vendor:publish --tag=arkenstone-migrations

This copies all migration files to database/migrations/ in your Laravel app.

4. Publish everything Just one command (Recommended for development)

Publish everything

php artisan vendor:publish --provider="Arkenstone\Core\CoreServiceProvider"

Or by tag

php artisan vendor:publish --tag=arkenstone

5. Run Migrations

php artisan migrate

This creates the following tables:

  • brands
  • categories
  • taxonomy_types
  • taxonomies
  • products
  • product_images
  • product_categories
  • product_taxonomies

6. Configure Environment Variables

Add to your .env:

ARKENSTONE_CORE_ENABLED=true
ARKENSTONE_CORE_PREFIX=api/v1
ARKENSTONE_IMAGE_DISK=public
ARKENSTONE_IMAGE_PATH=products/images
ARKENSTONE_IMAGE_MAX_SIZE=5120

7. Setup Storage

php artisan storage:link

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-12