Package Data | |
---|---|
Maintainer Username: | JeroenNoten |
Maintainer Contact: | jeroennoten@me.com (Jeroen Noten) |
Package Create Date: | 2016-07-13 |
Package Last Update: | 2017-05-23 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:16:57 |
Package Statistics | |
---|---|
Total Downloads: | 371 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 4 |
Total Watchers: | 3 |
Total Forks: | 4 |
Total Open Issues: | 0 |
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