2017 © Pedro Peláez
 

library pages

Admin Architect - Pages model

image

adminarchitect/pages

Admin Architect - Pages model

  • Monday, July 2, 2018
  • by endihunter
  • Repository
  • 1 Watchers
  • 3 Stars
  • 130 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 1 Forks
  • 2 Open issues
  • 5 Versions
  • 7 % Grown

The README.md

Admin Architect - Pages module

adminarchitect/pages provides the default skeleton for Admin Architect pages module. It includes Pages module out of the box as like as eloquent model and pages repository., (*1)

Installation

Note: this is not standalone package, it can be used only in conjunction with Admin Architect (terranet/administrator) package., (*2)

then require it:, (*3)

composer require adminarchitect/pages

register Pages service provider by adding to the app/config.php providers section:, (*4)

'providers' => [
    ...
    Terranet\Pages\ServiceProvider::class
    ...
]

now you can publish the whole package resources by running:, (*5)

php artisan vendor:publish [--provider="Terranet\\Pages\\ServiceProvider"]

Modules

Pages module will be copied into the app\Http\Terranet\Administrator\Modules directory., (*6)

Models

Associated eloquent model Page will be added as well to app directory., (*7)

Routes

Routes become available at app\Http\Terranet\Pages\routes.php., (*8)

Migrations

Run artisan command to create migration:, (*9)

php artisan pages:table

this will create the migration file inside of database/migrations directory..., (*10)

Run migration:, (*11)

php artisan migrate

Enjoy!, (*12)

The Versions

02/07 2018

dev-master

9999999-dev

Admin Architect - Pages model

  Sources   Download

The Requires

 

by endi

laravel pages admin architect pages module laravel pages

01/08 2017

v2.0.0

2.0.0.0

Admin Architect - Pages model

  Sources   Download

The Requires

 

by endi

laravel pages admin architect pages module laravel pages

31/07 2017

v1.0.3

1.0.3.0

Admin Architect - Pages model

  Sources   Download

The Requires

 

by endi

laravel pages admin architect pages module laravel pages

29/03 2016

v1.0.2

1.0.2.0

Admin Architect - Pages model

  Sources   Download

The Requires

 

by endi

laravel pages admin architect pages module laravel pages

23/02 2016

v1.0.1

1.0.1.0

Admin Architect - Pages model

  Sources   Download

The Requires

 

by endi

laravel pages admin architect pages module laravel pages