Skip to content

alive2tinker/nova-resource-activities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova Resource Activities

this package is a resource tool that lists activities performed on the resource in the detailed view of the resource. It utilizes Spatie/activity-log package.

usage

After successful installation of the Spatie package, simply require this package by writing the following command composer require alive2tinker/resource-activities

then add the resource tool to your nova models like the following:

public function fields(Request $request)
    {
        return [
            //your fields

                ResourceActivities::make(),
        ];
    }

and you are good to go.

QUICK NOTE: if you run into npm problem, just cd into vendor/alive2tinker/resource-activities and run npm i && npm run production until I solution is found

LICENSE

MIT

About

A resource tool that lists spatie/activity-log inside resource detailed view.

Resources

Stars

Watchers

Forks

Packages

No packages published