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:
brandscategoriestaxonomy_typestaxonomiesproductsproduct_imagesproduct_categoriesproduct_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
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-12