interaktyvussprendimai / ocv3scripts
Octopus script module files
1.0.0
2023-03-24 22:04 UTC
Requires
- php: >=8.0
This package is not auto-updated.
Last update: 2025-03-09 05:17:39 UTC
README
What is this repository for?
- This repository is responsible for helper functions
Prepare for development
Steps
- Create packages folder in your laravel application directory if it not exists and clone ocv3scripts repository to packages/interaktyvussprendimai/ocv3scripts 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\\ocv3scripts\\": "packages/interaktyvussprendimai/ocv3scripts/src",
Autoload classes with composer. In your terminal window type this:
composer dump-autoload