Skip to content

A resource tool for Laravel Nova which adds content management features for managing news posts.

License

Notifications You must be signed in to change notification settings

made-foryou/laravel-nova-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nova-news-resource-tool

This package contains management features for managing a news section within a web application.

Installation

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.

Makes use of

Makes use of for testing

Testing

The package uses PestPHP for testing.

./vendor/bin/pest

About

A resource tool for Laravel Nova which adds content management features for managing news posts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages