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
| Date | Package | Status |
|---|---|---|
| 2016-02-22 | ocv3scripts | required |
-
Before starting package ocv3scripts must be set
Set up ocv3scripts
-
Steps
- Create packages folder in your laravel application directory if it not exists and clone ocv3core repository to packages/interaktyvussprendimai/ocv3core folder
Download related packages via composer
composer require ramsey/uuid --dev
composer require jenssegers/rollbar --dev
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"Add your package provider to config/app.php at providers section at the end:
interaktyvussprendimai\ocv3core\providers\OCCoreServiceProvider::class,Autoload classes with composer. In your terminal window type this:
composer dump-autoloadPublish vendors of core package:
php artisan vendor:publishRun Octopus framework preparation command. --force option allows to override files:
php artisan oc:prepare --forceRun artisan command to configure and create .env
php artisan oc:env
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-03-24