Git Product home page Git Product logo

laravel-reportico's Introduction

laravel-reportico

Reportico Module for Laravel 4 and 5.

Reportico for Laravel allows you design reports using the Reportico report designer. These can be run as a report suite and embedded or linked to within your Laravel web site all accessed through a dedicated controller.

As well as the standard Reportico features the module offers the following :-

Embed Reports into your web pages. Embed a complete report suite with menu, individual reports with criteria selection or individual report output Ability to report based on logged in user using the {FRAMEWORK_USER} parameter Ability to create report projects against the default laravel connection or against other databases defined in app/config/database.php Use Reportico's default styling, or let it adapt to your site's bootstrap look and feel Here you can find out how to install and get started with the module as well as examples of running Reportico within your site application.

Installation

Install with composer

For Laravel 4

composer require "reportico/laravel-reportico" "4.3"

then add to your app.php in the providers section :--

'Reportico\Reportico\ReporticoServiceProvider',

then publish the assets with

php artisan asset:publish

and point your browser at

http://laravel_url/public/index.php/reportico

For Laravel 5

composer require "reportico/laravel-reportico" "~5.1"

then add to your app.php in the providers section :--

Reportico\Reportico\ReporticoServiceProvider::class

then publish the config and the assets with:-

php artisan vendor:publish

then you need to exclude reportico from session token validation by editing:-

app/Http/Middleware/VerifyCsrfToken.php

and adding into the $except array:-

protected $except = [
    //
    ...
    'reportico/*',
];

and point your browser at

http://laravel_url/public/index.php/reportico




then follow the instructions in the link below :-

Quickstart and Documentation
============================

To get going with the module go to :-

http://www.reportico.org/laravel/public/index.php

laravel-reportico's People

Contributors

reportico-web avatar

Watchers

 avatar  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.