A resource tool for Laravel Nova which adds content management features for managing news posts.
bondgenoot/laravel-nova-news is a Laravel package for a resource tool for laravel nova which adds content management features for managing news posts..
It currently has 2 GitHub stars and 193 downloads on Packagist (latest version 1.1.0).
Install it with composer require bondgenoot/laravel-nova-news.
Discover more Laravel packages by bondgenoot
or browse all Laravel packages to compare alternatives.
Last updated
This package contains management features for managing a news section within a web application.
At first, we need to install the package onto our Laravel application:
composer require bondgenoot/laravel-nova-news
To publish the configuration files from this package:
php artisan vendor:publish --provider="Bondgenoot\NovaNewsTool\Providers\NewsServiceProvider"
Now we need to publish the files from the advoor/nova-editor-js package.
php artisan vendor:publish --provider="Advoor\NovaEditorJs\FieldServiceProvider"
The only thing left is to generate the database tables according to the migration files from the package.
php artisan migrate
Now, you can use the package to the fullest.
The package uses PestPHP for testing.
./vendor/bin/pest