Skip to content
This repository was archived by the owner on Jun 1, 2019. It is now read-only.

Commit d4456f1

Browse files
committed
abandon package
1 parent 6694333 commit d4456f1

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All Notable changes to `activitylog` will be documented in this file
44

5+
### 2.4.3 - 2016-06-29
6+
- mark package as abandoned
7+
58
### 2.4.2 - 2016-03-23
69
- Make sure the migrations are not published twice
710

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/c48809c7-cdb3-4e86-974b-ad9c6282bc3c.svg)](https://insight.sensiolabs.com/projects/c48809c7-cdb3-4e86-974b-ad9c6282bc3c)
77
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/activitylog.svg?style=flat-square)](https://packagist.org/packages/spatie/activitylog)
88

9+
## EOL-warning
10+
11+
This package has been abandoned on 2016-07-28 and won't be maintained anymore. Please use [laravel-activitylog](https://github.com/spatie/activitylog) instead.
12+
13+
## Description
14+
915
This Laravel 5 package provides a very easy to use solution to log the activities of the users of your Laravel 5 app. All the activities will be logged in a db-table. Optionally the activities can also be logged against the default Laravel Log Handler.
1016

1117
Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource).

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "spatie/activitylog",
33
"description": "A very simple activity logger to monitor the users of your website or application",
44
"homepage": "https://github.com/spatie/activitylog",
5+
"abandoned" : "This package has been replaced by spatie/laravel-activitylog",
56
"keywords":
67
[
78
"log",

0 commit comments

Comments
 (0)