jeroennoten/laravel-pages is a Laravel package for laravel pages.
It currently has 4 GitHub stars and 371 downloads on Packagist (latest version v1.9.1).
Install it with composer require jeroennoten/laravel-pages.
Discover more Laravel packages by jeroennoten
or browse all Laravel packages to compare alternatives.
Last updated
Require the package using composer:
composer require jeroennoten/laravel-pages
Add the service provider at the end of the providers array in config/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
Publish the public assets:
php artisan vendor:publish --tag=pages-public --force