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
- dev-master
- 3.1
- 3.0.2
- 3.0.1
- 3.0.0
- 2.x-dev
- 2.0.1
- 2.0.0
- 0.x-dev
- 0.53
- 0.52
- 0.51
- 0.50
- 0.47
- 0.46
- 0.45
- 0.44
- 0.43.1
- 0.43
- 0.42
- 0.41
- 0.40
- 0.39.1
- 0.39
- 0.38.2
- 0.38.1
- 0.38
- 0.37
- 0.36.2
- 0.36.1
- 0.36
- 0.35
- 0.34
- 0.33
- 0.32
- 0.31
- 0.30
- 0.29.3
- 0.29.1
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.1
- 0.26.0
- 0.25.2
- 0.25.1
- 0.25
- 0.24
- 0.23
- 0.22
- 0.21.1
- 0.21
- 0.20.1
- 0.20
- 0.19
- 0.18
- 0.17.1
- 0.17
- 0.16
- 0.15
- 0.14
- 0.13
- 0.12
- 0.11
- 0.10
- 0.9
- 0.8
- 0.7
- 0.6
- 0.5
- 0.4
- 0.3
- 0.2
- 0.1
- dev-update/laravel8
- dev-update/laravel7
- dev-add-visibility-seo-fields
This package is not auto-updated.
Last update: 2024-11-07 14:17:24 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