2017 © Pedro Peláez
 

lavalite-package page

Page package for Lavalite

image

litecms/page

Page package for Lavalite

  • Monday, June 4, 2018
  • by Renfos
  • Repository
  • 2 Watchers
  • 0 Stars
  • 9,495 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 11 Versions
  • 15 % Grown

The README.md

Lavalite package that provides page management facility for the cms., (*1)

Installation

Run the below command form the root folder of lavalite., (*2)

    composer require "litecms/page"

Migration and seeds

    php artisan migrate
    php artisan db:seed --class=Litecms\\Page\\Seeders\\PageTableSeeder

Publishing

  • Configuration
    php artisan vendor:publish --provider="Litecms\Page\Providers\PageServiceProvider" --tag="config"
  • Language
    php artisan vendor:publish --provider="Litecms\Page\Providers\PageServiceProvider" --tag="lang"
  • Views
    php artisan vendor:publish --provider="Litecms\Page\Providers\PageServiceProvider" --tag="view"

URLs and APIs

Web Urls

  • Admin
    http://path-to-route-folder/admin/page/{modulename}
  • User
    http://path-to-route-folder/user/page/{modulename}
  • Public
    http://path-to-route-folder/pages

API endpoints

These endpoints can be used with or without /api/ And also the user can be varied depend on the type of users, eg user, client, admin etc., (*3)

Resource

  • List
    http://path-to-route-folder/api/user/page/{modulename}
    METHOD: GET
  • Create
    http://path-to-route-folder/api/user/page/{modulename}
    METHOD: POST
  • Edit
    http://path-to-route-folder/api/user/page/{modulename}/{id}
    METHOD: PUT
  • Delete
    http://path-to-route-folder/api/user/page/{modulename}/{id}
    METHOD: DELETE

Public

  • List
    http://path-to-route-folder/api/page/{modulename}
    METHOD: GET
  • Single Item
    http://path-to-route-folder/api/page/{modulename}/{slug}
    METHOD: GET

Others

  • Report
    http://path-to-route-folder/api/user/page/{modulename}/report/{report}
    METHOD: GET
  • Export/Import
    http://path-to-route-folder/api/user/page/{modulename}/exim/{exim}
    METHOD: POST
  • Action
    http://path-to-route-folder/api/user/page/{modulename}/action/{id}/{action}
    METHOD: PATCH
  • Actions
    http://path-to-route-folder/api/user/page/{modulename}/actions/{action}
    METHOD: PATCH
  • Workflow
    http://path-to-route-folder/api/user/page/{modulename}/workflow/{id}/{transition}
    METHOD: PATCH

The Versions

04/06 2018

dev-master

9999999-dev https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

 

by Renfos Technologies Pvt. Ltd.

page lavalite

28/05 2018

4.0.x-dev

4.0.9999999.9999999-dev https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

 

by Renfos Technologies Pvt. Ltd.

page lavalite

28/05 2018

4.0.1

4.0.1.0 https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

 

by Renfos Technologies Pvt. Ltd.

page lavalite

23/03 2018

4.0.0

4.0.0.0 https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

 

by Renfos Technologies Pvt. Ltd.

page lavalite

05/12 2017

v3.0.3

3.0.3.0 https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

 

by Renfos Technologies Pvt. Ltd.

page lavalite

30/11 2017

v3.0.2

3.0.2.0 https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

 

by Renfos Technologies Pvt. Ltd.

page lavalite

30/11 2017

v3.0.1

3.0.1.0 https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

 

by Renfos Technologies Pvt. Ltd.

page lavalite

03/11 2017

v3.0.0

3.0.0.0 https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

 

by Renfos Technologies Pvt. Ltd.

page lavalite

03/05 2017

v2.0.1

2.0.1.0 https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Renfos Technologies Pvt. Ltd.

page lavalite

07/04 2017

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Renfos Technologies Pvt. Ltd.

page lavalite

07/04 2017

v2.0.0

2.0.0.0 https://github.com/Litecms/Page

Page package for Lavalite

  Sources   Download

MIT

The Requires

  • php >=5.6.4

 

by Renfos Technologies Pvt. Ltd.

page lavalite