承接 tahiryasin/laravel-product 相关项目开发

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

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

tahiryasin/laravel-product

Composer 安装命令:

composer require tahiryasin/laravel-product

包简介

A simple 'Product' module.

README 文档

README

A simple "Product" module for Backend Developer- Skill Assessment Test.

Installation

  1. Download the zip folder from the github repository.
  2. Create a directory named modules/Product at application root
  3. Unzip the downloaded folder and copy contents inside modules/Product directory
  4. Now open config/app.php and register module service provider.
'providers' => [
        ...
        /*
         * Package Service Providers...
         */

        \Modules\Product\Providers\ProductServiceProvider::class,
]
  1. Now open composer.json and go to autoload psr-4.
    "autoload": {
        "psr-4": {
            ...
            "Modules\\Product\\": "modules/Product/"
        }
    }
  1. Set application environment variable MAIL_MAILER=log
  2. Now open the command prompt and run
    php artisan config:cache
    composer dump-autoload
    php artisan migrate

Testing

Download the postman collection from email attachment and test the APIs.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-03-07