Skip to content

Commit

Permalink
Add travis badge to readme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Mar 3, 2019
1 parent 33f64cc commit bd1b358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Laravel 5.5+ Database Hashing package
===============
_A package for automatically hashing Eloquent attributes!_

[![Build Status](https://travis-ci.org/JackNoordhuis/laravel-database-hashing.svg?branch=master)](https://travis-ci.org/JackNoordhuis/laravel-database-hashing)

The purpose of this project is to create a set-it-and-forget-it package that can be installed without much effort to hash Eloquent model attributes stored in your database tables.

When enabled, it automagically begins hashing data as it is stored in the model attributes so that you can still perform lookups for data in your database.
Expand Down

0 comments on commit bd1b358

Please sign in to comment.