2017 © Pedro Peláez
 

library pages

Package for pages

image

inetstudio/pages

Package for pages

  • Sunday, July 29, 2018
  • by inetstudio
  • Repository
  • 1 Watchers
  • 1 Stars
  • 846 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 63 Versions
  • 19 % Grown

The README.md

Elasticsearch

PUT app_index
PUT app_index/_mapping/pages
{
  "properties": {
    "id": {
      "type": "integer"
    },
    "title": {
      "type": "string"
    },
      "description": {
      "type": "text"
    },  
     "content": {
      "type": "text"
     }
  }
}

The Versions

04/03 2018
21/02 2018
19/02 2018
08/10 2017