Skip to content

Commit 0b59293

Browse files
committed
fixes
1 parent f4b1e00 commit 0b59293

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* [Database Seeding](#database-seeding)
1212
* [Cache[To be added later]](#cache)
1313
* [Credits](#credits)
14+
* [Special Thanks](#special-thanks)
1415
* [license](#license)
1516

1617
This package allows you to manage manage counters in the system.
@@ -38,7 +39,7 @@ $user->decrement('balance', 2); // decrement the balance of the user by 2
3839
This package can be used in Laravel 5.4 or higher. If you are using an older version of Laravel You can install the package via composer:
3940

4041
``` bash
41-
composer require maher/counters
42+
composer require maher/counters "@dev"
4243
```
4344

4445
In Laravel 5.5 and higher versions, the service provider will automatically get registered. In older versions of the framework just add the service provider in `config/app.php` file:
@@ -315,6 +316,11 @@ Here's a sample seede.
315316
```
316317

317318
## Credits
319+
Maher Khdeir
320+
[Linked In](https://www.linkedin.com/in/maher-khdeir/)
321+
322+
323+
## Special Thanks
318324

319325
Special Thanks to [Spatie](https://github.com/spatie) , since I learned and followed there structure of building laravel packages.
320326

0 commit comments

Comments
 (0)