addgod / nova-cms
A full CMS for nova, using nova resources.
2.6.7
2020-02-06 12:35 UTC
Requires
- php: >=7.1.0
- addgod/component-field: ^2.0
- addgod/nova-translate-field: ^2.0
- infinety-es/nova-filemanager: ^2.5
- dev-develop
- 2.6.7
- 2.6.6
- 2.6.5
- 2.6.4
- v2.6.3
- v2.6.2
- v2.6.1
- v2.6
- v2.5.2
- v2.5.1
- v2.5
- v2.4
- v2.3
- v2.2
- v2.1
- v2.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/css-what-2.1.3
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-master
This package is auto-updated.
Last update: 2024-11-10 08:21:09 UTC
README
A customizeable CMS for Laravel Nova.
Made for nova, with nova, using nova.
Features
- Custom components, build with pure nova fields.
- Supports both native nova fields, and custom nova fields.
Installations
First install the composer packages.
composer require addgod\nova-cms
Then publish all the files. It will publish a resource, to be used in app\Nova, plus it add examples on how to use the data coming from the pages, in blade files.
php artisan vendor:publish Addgod\NovaCms\ToolServiceProvider
Usage
To use this package, navigate to app\Nova\Page.php. Here there is some example code, on how to build up the components, that can be used on each page.
The components, and the represented blade files in the resources\views\nova-cms\components folder.