Skip to content

nadja97/log-activity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log Activity

Log activities in your Laravel app. This package is being used in the Admin Starter Project

Installation

You can install the package via composer:

composer require bpocallaghan/log-activity

The package will automatically register itself.

You can publish the migration with:

php artisan vendor:publish --provider="Bpocallaghan\LogActivity\LogActivityServiceProvider" --tag="migrations"

After publishing the migration you can create the log_activities table by running the migrations:

php artisan migrate

About

Log activities inside your Laravel app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%