laravel-pointable icon indicating copy to clipboard operation
laravel-pointable copied to clipboard

Point system for Laravel 5

Results 6 laravel-pointable issues
Sort by recently updated
recently updated
newest added

Hey guys, please if there a way in which we can remove credit from a user using this package?

If I make more transactions in the same second the wrong 'mother' transaction is chosen. I've created a fix: ->orderBy('id','desc') in both the Model and the Trait

Hi is there any example code for this ? On how to implement the functions ?

Hi, there is an error in your package on line 96 Pointable.php trait. `return (new Transaction())->addTransaction($this, $amount, $message, $data = null);` This way $data is always null. It shoud be...