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
-
Require the package using composer:
composer require jeroennoten/laravel-pages -
Add the service provider at the end of the
providersarray inconfig/app.php:JeroenNoten\LaravelPages\ServiceProvider::class, -
Publish the configuration:
php artisan vendor:publish --tag=pages-config -
Publish the public assets:
php artisan vendor:publish --tag=pages-public -
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