2017 © Pedro Peláez
 

library cate

image

virtualorz/cate

  • Friday, June 8, 2018
  • by virtualorz
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

Installation

install by composer


composer require virtualorz/cate

edit config/app.php


'providers' => [
    ...
    Virtualorz\Fileupload\FileuploadServiceProvider::class,
    Virtualorz\Cate\CateServiceProvider::class,
    ...
]

'aliases' => [
    ...
    'Fileupload' => Virtualorz\Fileupload\FileuploadFacade::class,
    'Cate' => Virtualorz\Cate\CateFacade::class,
    ...
]

migration db table


php artisan migrate

usage

1. get cate list data


$dataArray = Cate::list('use type');

use type : eg. news, member , product ...etc, different type in your application $dataArray : return array in two elements : [without_sub_cate_structure,with_sub_cate_structure], (*1)

2. add data to cate


Cate::add('use type');

with request variable name required : cate-parent_id,ate-name,cate-order,cate-enable,cate-select_photo, (*2)

3. get cate detail


$dataRow = Cate::detail($cate_id);

4. edit data to cate


Cate::edit();

with request variable name required : cate-parent_id,ate-name,cate-order,cate-enable,cate-select_photo, (*3)

5. delete cate data


Cate::delete();

with request variable name required : id as integer or id as array, (*4)

6. enable cate data


Cate::enable($type);

with request variable name required : id as integer or id as array $type is 0 or1 , 0 to disable i to enable, (*5)

The Versions

08/06 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Avatar virtualorz

08/06 2018

1.1.2

1.1.2.0

  Sources   Download

The Requires

 

by Avatar virtualorz

06/06 2018

1.1.1

1.1.1.0

  Sources   Download

The Requires

 

by Avatar virtualorz

06/06 2018

1.1.0

1.1.0.0

  Sources   Download

The Requires

 

by Avatar virtualorz

05/06 2018

1.0.9

1.0.9.0

  Sources   Download

The Requires

 

by Avatar virtualorz

05/06 2018

1.0.8

1.0.8.0

  Sources   Download

The Requires

 

by Avatar virtualorz

05/06 2018

1.0.7

1.0.7.0

  Sources   Download

The Requires

 

by Avatar virtualorz

05/06 2018

1.0.6

1.0.6.0

  Sources   Download

The Requires

 

by Avatar virtualorz

04/06 2018

1.0.5

1.0.5.0

  Sources   Download

The Requires

 

by Avatar virtualorz

01/06 2018

1.0.4

1.0.4.0

  Sources   Download

The Requires

 

by Avatar virtualorz

01/06 2018

1.0.3

1.0.3.0

  Sources   Download

The Requires

 

by Avatar virtualorz

01/06 2018

1.0.1

1.0.1.0

  Sources   Download

The Requires

 

by Avatar virtualorz

31/05 2018

1.0.0

1.0.0.0

  Sources   Download

The Requires

 

by Avatar virtualorz