interaktyvussprendimai/ocv3coreui
最新稳定版本:1.0.0
Composer 安装命令:
composer require interaktyvussprendimai/ocv3coreui
包简介
Octopus CORE UI files
README 文档
README
What is this repository for?
- This repository is responsible for octopus framework core user interface files
- It contains javascript, css and blade files
Prepare for development
Requirements:
Fresh installation of laravel
Install Laravel framework
Steps
Create packages folder in your laravel application directory if it not exists and clone ocv3coreui repository to packages/interaktyvussprendimai/ocv3coreui folder
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\\ocv3coreui\\": "packages/interaktyvussprendimai/ocv3coreui/src"Add your package provider to config/app.php at providers section at the end:
interaktyvussprendimai\ocv3coreui\providers\OCCoreUIServiceProvider::class,Autoload classes with composer. In your terminal window type this:
composer dump-autoloadPublish vendors of coreui package:
php artisan vendor:publish
Cookie law package
Read for usage https://github.com/spatie/laravel-cookie-consent#user-content-usage
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-03-24