承接 interaktyvussprendimai/ocv3core 相关项目开发

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

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

interaktyvussprendimai/ocv3core

最新稳定版本:1.0.2

Composer 安装命令:

composer require interaktyvussprendimai/ocv3core

包简介

Octopus CORE files

README 文档

README

What is this repository for?

  • This repository is responsible for octopus framework core files
  • It contains Rollbar package, Ramsey UUID generation package

Prepare for development

Requirements:
Fresh installation of laravel
Install Laravel framework

DatePackageStatus
2016-02-22ocv3scriptsrequired

-
Before starting package ocv3scripts must be set
Set up ocv3scripts
-

Steps

  1. Create packages folder in your laravel application directory if it not exists and clone ocv3core repository to packages/interaktyvussprendimai/ocv3core folder
  1. Download related packages via composer

    composer require ramsey/uuid --dev
    composer require jenssegers/rollbar --dev

  1. Edit project composer.json file and after line "App\\": "app/", add package namespace and folder where the files are. In all cases folder should end with "src" directory. Example:

    "interaktyvussprendimai\\ocv3core\\": "packages/interaktyvussprendimai/ocv3core/src"

  2. Add your package provider to config/app.php at providers section at the end:

    interaktyvussprendimai\ocv3core\providers\OCCoreServiceProvider::class,

  3. Autoload classes with composer. In your terminal window type this:

    composer dump-autoload

  4. Publish vendors of core package:

    php artisan vendor:publish

  5. Run Octopus framework preparation command. --force option allows to override files:

    php artisan oc:prepare --force

  6. Run artisan command to configure and create .env

    php artisan oc:env

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: proprietary
  • 更新时间: 2023-03-24