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

Commit

Permalink
abandon package
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 29, 2016
1 parent 6694333 commit d4456f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

### 2.4.3 - 2016-06-29
- mark package as abandoned

### 2.4.2 - 2016-03-23
- Make sure the migrations are not published twice

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/c48809c7-cdb3-4e86-974b-ad9c6282bc3c.svg)](https://insight.sensiolabs.com/projects/c48809c7-cdb3-4e86-974b-ad9c6282bc3c)
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/activitylog.svg?style=flat-square)](https://packagist.org/packages/spatie/activitylog)

## EOL-warning

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.

## Description

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.

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).
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "spatie/activitylog",
"description": "A very simple activity logger to monitor the users of your website or application",
"homepage": "https://github.com/spatie/activitylog",
"abandoned" : "This package has been replaced by spatie/laravel-activitylog",
"keywords":
[
"log",
Expand Down

0 comments on commit d4456f1

Please sign in to comment.