Giter Site home page Giter Site logo

statementanalyzer's Introduction

StatementAnalyzer

This is addon for FusionCMS v6 (https://github.com/fusioncms/fusioncms)

Installation

  1. Download all files to your FusionCMS addons/StatementAnalyzer folder, it is normally located at root folder of the FusionCMS installation. (If there is no addons folder there, you may need to create a empty folder addons)

  2. Run

php artisan addon:discover
php artisan addon:enable StatementAnalyzer

Normal Installation

GrowCRM Laravel Normal Installation

  1. Create a modules folder and pull the package.

  2. Add In to config/app.php

/*
 * Package Service Providers...
 */
....
Ant\StatementAnalyzer\Providers\AddonServiceProvider::class,
  1. Add below code to composer.json
  "psr-4": {
      "Ant\\StatementAnalyzer\\": "modules/StatementAnalyzer/src"
  },

  1. Run composer dump-autoload

  2. Run command to migrate the tables

php artisan migrate
  1. Go to AddonServiceProvider.php replace the code below.
$this->publishes([
    __DIR__.'/../../public' => public_path('vendor/statement-analyzer'),
], 'statement-analyzer');
  1. Publish the css and js file
php artisan vendor:publish --tag="statement-analyzer"
  1. add in css file and js file
 <link href="{{ asset('vendor/statement-analyzer/css/app.css') }}" rel="stylesheet">
 <script src="{{ asset('vendor/statement-analyzer/js/app.js') }}" defer></script>
  1. Can run php artisan serve and browse
{{ domain_url }}/statements
{{ domain_url }}/statement-tags

statementanalyzer's People

Contributors

chinyeep123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.