2017 © Pedro Peláez
 

asgard-module taxonomy

Manage taxonomy

image

daothanh/taxonomy

Manage taxonomy

  • Monday, April 9, 2018
  • by daothanh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 53 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 29 % Grown

The README.md

Taxonomy module

Simple module that help you to manage your taxonomy (category), (*1)

Installation

Module Download

Using AsgardCMS's module download command:, (*2)

``` bash php artisan asgard:download:module daothanh/taxonomy --migrations, (*3)


This will download the module, run its migrations. ### Composer ``` bash composer require daothanh/taxonomy php artisan module:migrate Taxonomy

Add Routes

Go to reosources/assets/js/app.js - Import Routes: import TaxonomyRoutes from '../../../Modules/Taxonomy/Assets/js/TaxonomyRoutes'; - Add TaxonomyRoutes to router: ...TaxonomyRoutes, - Build webpack by npm run dev, (*4)

Add the category to form

To show the category box in your form . You must use the TermsBox (a vuejs component) or taxonomyChooseTerms directive (with blade), (*5)

TermsBox.vue, (*6)

Example for page form:, (*7)

<template>
<TermsBox vocabularyId="1" entity="Modules\Page\Entities\Page"/>
</template>
<script>
import TermsBox from '../../../../Taxonomy/Assets/js/components/TermsBox';`
export default {
        components: {TermsBox}
}
</script>

The Versions

09/04 2018

dev-master

9999999-dev

Manage taxonomy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thanh Dao

09/04 2018

1.0.5

1.0.5.0

Manage taxonomy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thanh Dao

09/04 2018

1.0.4

1.0.4.0

Manage taxonomy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thanh Dao

02/01 2018

1.0.3

1.0.3.0

Manage taxonomy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thanh Dao

11/12 2017

1.0.2

1.0.2.0

Manage taxonomy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thanh Dao

08/12 2017

1.0.1

1.0.1.0

Manage taxonomy

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thanh Dao

01/12 2017

1.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thanh Dao