2017 © Pedro Peláez
 

library integration

Tool to have a dashboard of component of the app.

image

distilleries/integration

Tool to have a dashboard of component of the app.

  • Monday, July 16, 2018
  • by Kezho
  • Repository
  • 1 Watchers
  • 0 Stars
  • 429 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 26 % Grown

The README.md

Total Downloads Latest Stable Version License, (*1)

Integration

Integration is package to work with frontend developer., (*2)

Table of contents

Installation

Auto detect package has been set on this release., (*3)

Add on your composer.json, (*4)

    "require": {
        "distilleries/integration": "1.*",
    }

run composer update., (*5)

Add Service provider to config/app.php:, (*6)

(or auto-loaded if Laravel >= 5.7), (*7)

    'providers' => [
        //
        // Package Service Providers...
        //
        Distilleries\Integration\IntegrationServiceProvider::class,
    ]

Configurations

    return [
        'path_partial_component' => resource_path('views/frontend/integration/components/partials'),
        'controller' => '\Distilleries\Integration\Http\Controllers\Frontend\IntegrationController@getComponentDetail',
        'prefix_uri' => 'integration',
        'disabled' => false,
        'pages' => [
            [
                'name' => 'Page FAQ Example',
                'slug' => 'faq',
                'status' => 'done', //done,in_progress,todo
                'view' => 'integration::frontend.integration.pages.faq',
            ],
        ],
    ];
Field Usage
path_partial_component Path where to load partial component
controller Controller and methode use to get detail iframe
prefix_uri Uri prefix for integration route
disabled Disable the integration generation
pages Table of static page

Usage

    @component('frontend.components.forms.buttons',transform('Forms\ButtonsTransformer', [
        'type' => 'submit',
        'background' => '',
        'border' => 'border-enabled',
        'text_color' => 'text-grey',
        'size' => 'small',
    ]))
        @slot('label')
            EDIT
        @endslot
    @endcomponent

The Versions

16/07 2018

dev-master

9999999-dev

Tool to have a dashboard of component of the app.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxime Francois

laravel framework admin gulp distilleries form-generator datatable-generator expendable

16/07 2018

1.1.2

1.1.2.0

Tool to have a dashboard of component of the app.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxime Francois

laravel framework admin gulp distilleries form-generator datatable-generator expendable

31/05 2018

1.1.1

1.1.1.0

Tool to have a dashboard of component of the app.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxime Francois

laravel framework admin gulp distilleries form-generator datatable-generator expendable

30/05 2018

1.1.0

1.1.0.0

Tool to have a dashboard of component of the app.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxime Francois

laravel framework admin gulp distilleries form-generator datatable-generator expendable

28/07 2017

1.0.2

1.0.2.0

Tool to have a dashboard of component of the app.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxime Francois

laravel framework admin gulp distilleries form-generator datatable-generator expendable

11/07 2017

1.0.1

1.0.1.0

Tool to have a dashboard of component of the app.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxime Francois

laravel framework admin gulp distilleries form-generator datatable-generator expendable

11/07 2017

1.0.0

1.0.0.0

Tool to have a dashboard of component of the app.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Maxime Francois

laravel framework admin gulp distilleries form-generator datatable-generator expendable