Octopus script module files

1.0.0 2023-03-24 22:04 UTC

This package is not auto-updated.

Last update: 2024-05-19 01:27:33 UTC


README

What is this repository for?

  • This repository is responsible for helper functions

Prepare for development

Steps

  1. Create packages folder in your laravel application directory if it not exists and clone ocv3scripts repository to packages/interaktyvussprendimai/ocv3scripts folder
  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\\ocv3scripts\\": "packages/interaktyvussprendimai/ocv3scripts/src",

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

    composer dump-autoload