承接 spryker-academy/yves-hello-world-page 相关项目开发

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

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

spryker-academy/yves-hello-world-page

Composer 安装命令:

composer require spryker-academy/yves-hello-world-page

包简介

HelloWorldPage module for Yves

README 文档

README

Latest Version MIT Licensed Build Status

A Spryker example of an Yves module

Installation

Follow these steps to install and configure the module in your Spryker project.

1. Install via Composer

composer require spryker-academy/yves-hello-world-page

2. Add Core Namespace

Register the SprykerAcademy namespace in your project's configuration to allow the Spryker kernel to locate the module's classes.

File: config/Shared/config_default.php

<?php

use Spryker\Shared\Kernel\KernelConstants;

// ...
$config[KernelConstants::CORE_NAMESPACES] = [
    'Spryker',
    'SprykerAcademy', // Add this line
];

3. Generate Transfer Objects

The module comes with a transfer definition. You must regenerate the transfer classes

vendor/bin/console transfer:generate

License

This project is licensed under the MIT License—see the LICENSE file for details.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-06