jeroennoten / laravel-pages
Laravel pages
Installs: 371
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 4
Open Issues: 0
pkg:composer/jeroennoten/laravel-pages
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