sohbatiha / nova-posts
A powerful package to add posts resource to nova panel .
v1.0.3
2020-12-16 18:10 UTC
Requires
- php: ^7.1.3|7.2.*|7.3.*|7.4.*
- benjaminhirsch/nova-slug-field: ^1.2
- ctessier/nova-advanced-image-field: ^1.2
- epartment/nova-dependency-container: ^1.2
- froala/nova-froala-field: ^3.3
- laravel/nova: *
This package is auto-updated.
Last update: 2025-03-17 03:51:55 UTC
README
A powerful package to add posts resource to nova panel.
requirements:
- laravel
- laravel nova v2 or greater
Installation:
composer require sohbatiha/nova-posts
Then you can publish and migrate to create the needed tags table
php artisan vendor:publish php artisan migrate
additional fields :
for add additional fields to posts resource add below code to your service provider :
- array key values uses for priority of each field.
#use Illuminate\Support\Facades\Event; #use Laravel\Nova\Fields\ID; public function boot() { //... Event::listen("PostPackage::Fields" , function(){ return [ 11=>ID::make()->sortable(), //and other fields ... ]; }); //... };
Supported languages :
- English
- Persian