LaravelPackages.net
Acme Inc.
Toggle sidebar
addgod/nova-cms

A full CMS for nova, using nova resources.

56
4
2.6.7
About addgod/nova-cms

addgod/nova-cms is a Laravel package for a full cms for nova, using nova resources.. It currently has 4 GitHub stars and 56 downloads on Packagist (latest version 2.6.7). Install it with composer require addgod/nova-cms. Discover more Laravel packages by addgod or browse all Laravel packages to compare alternatives.

Last updated

NovaCMS

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.

Star History Chart