jeroennoten / laravel-pages
Laravel pages
v1.9.1
2017-05-23 10:23 UTC
Requires
- doctrine/dbal: ^2.5
- jeroennoten/laravel-adminlte: ^1.6.4
- jeroennoten/laravel-ckeditor: ^3.0
- jeroennoten/laravel-package-helper: ^3.4.0
- laravel/framework: ~5.4.0
Requires (Dev)
- laravel/browser-kit-testing: ^1.0
- orchestra/testbench: ~3.4.2
- phpunit/phpunit: ~5.4.3
README
-
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