2017 © Pedro Peláez
 

library lightpages

Page admin crud generator

image

ipitchkhadze/lightpages

Page admin crud generator

  • Tuesday, April 11, 2017
  • by ipitchkhadze
  • Repository
  • 1 Watchers
  • 1 Stars
  • 20 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

LightPages

Laravel 5.4 page crud admin generator, (*1)

Installation

First, you'll need to install the package via Composer:, (*2)

$ composer require ipitchkhadze/lightpages v1.0.*

Then, update config/app.php by adding an entry for the service provider., (*3)

'providers' => [
    // ...
    Ipitchkhadze\LightPages\LightPagesServiceProvider::class,
];

Then, make migration of lightpages table., (*4)

php artisan migrate

Then, generate needed files for Lightpages., (*5)

php artisan lightpages:generate

Finally, from the command line again, publish assets:, (*6)

php artisan vendor:publish --tag=public --force

Visit http://your.site/admin/pages to see admin panel., (*7)

Done!, (*8)

Usage

For creating new pages first you need to add languages., (*9)

Language crud, (*10)

After adding languages you can go to /admin/pages and create new pages., (*11)

You can change base template in, (*12)

/resources/pages/layout/layout.blade.php

You can change page view in, (*13)

/resources/pages/index.blade.php

Default page view, (*14)

New page form, (*15)

Have fun!, (*16)

The Versions

11/04 2017

dev-master

9999999-dev

Page admin crud generator

  Sources   Download

The Requires

 

by Mikhail Pichkhadze

11/04 2017
11/04 2017