yeswedev / laravel-cms-nova
YWD Laravel CMS Nova integration
3.1
2020-10-28 20:03 UTC
Requires
- php: ^7.3
- eminiarts/nova-tabs: ^1.2
- laravel/nova: ~3.9.0
- titasgailius/search-relations: ^1.0
- waynestate/nova-ckeditor4-field: ^0.7.0
- yeswedev/laravel-cms: ^8.0
- yeswedev/nova-ckeditor4-field-translatable: 0.2
- yeswedev/nova-translatable: ^0.9
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- nikic/php-parser: ^4.0
- php-parallel-lint/php-parallel-lint: ^1.2
- phpro/grumphp: ^0.18
- sebastian/phpcpd: ^5.0
- sensiolabs/security-checker: ^6.0
- vimeo/psalm: ^2.0
This package is not auto-updated.
Last update: 2026-06-04 21:50:23 UTC
README
Installation
Nova installation
Install Nova by following the official installation instructions.
Package installation
- Add Package with Composer
composer require yeswedev/laravel-cms-nova
- Package Service Providers
In config/app.php, section "Package Service Providers":
/*
* Package Service Providers...
*/
YesWeDev\LaravelCMS\LaravelCMSServiceProvider::class,
YesWeDev\LaravelCMS\LaravelCMSNovaServiceProvider::class,
- Publish config
Make resources displayed name configurable use
php artisan vendor:publish --tag=laravel-cms-nova
to publish the config file to config/laravel-cms-nova.php
CKeditor toolbar configurable Use
php artisan vendor:publish --tag=ckeditor-field
to publish the config file to
config/ckeditor-field.php
- Seo Activation
To activate SEO-fields Tab, in your laravel-cms-nova config file enter the key :
'seo-fields' => true,
Laravel CMS
For more informations regarding Laravel CMS go to YesWeDev Laravel CMS