interaktyvussprendimai / ocv3coreui
Octopus CORE UI files
Requires
- php: >=8.0
- devfactory/minify: >=1.0.14
This package is not auto-updated.
Last update: 2025-03-09 06:17:20 UTC
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-autoload
Publish vendors of coreui package:
php artisan vendor:publish
Cookie law package
Read for usage https://github.com/spatie/laravel-cookie-consent#user-content-usage