LaravelPackages.net
Acme Inc.
Toggle sidebar
alive2tinker/resource-activities

A Laravel Nova resource tool.

1.866
4
1.0
About alive2tinker/resource-activities

alive2tinker/resource-activities is a Laravel package for a laravel nova resource tool.. It currently has 4 GitHub stars and 1.866 downloads on Packagist (latest version 1.0). Install it with composer require alive2tinker/resource-activities. Discover more Laravel packages by alive2tinker or browse all Laravel packages to compare alternatives.

Last updated

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

Comments