jeroennoten/laravel-pages

Laravel pages
371 4
Install
composer require jeroennoten/laravel-pages
Latest Version:v1.9.1
License:MIT
Last Updated:May 23, 2017
Links: GitHub  ·  Packagist
Maintainer: JeroenNoten

Installation

  1. Require the package using composer:

    composer require jeroennoten/laravel-pages
    
  2. Add the service provider at the end of the providers array in config/app.php:

    JeroenNoten\LaravelPages\ServiceProvider::class,
    
  3. Publish the configuration:

    php artisan vendor:publish --tag=pages-config
    
  4. Publish the public assets:

    php artisan vendor:publish --tag=pages-public
    
  5. Publish the public assets of CkEditor:

    php artisan vendor:publish --tag=ckeditor-assets
    

Updating

Publish the public assets:

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

Related Packages

folklore/pages

Laravel 4 and 5 package to deal with Pages and Blocks in a content management sy...

966 5
laravelflare/pages

Pages Module for Flare CMS

48 0
bpocallaghan/titan

Useful classes you can use for every Laravel project

11,258 58
kodicms/pages

The official KodiCMS Pages module

645 0
laravelflare/galleries

Galleries Module for Flare CMS

6 0