Installation
-
Require the package using composer:
composer require jeroennoten/laravel-pages
-
Add the service provider at the end of the
providers
array 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