Skip to content

Commit 4901a2b

Browse files
committed
update readme.md
1 parent 703f0a1 commit 4901a2b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

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

33
Simplified logging for laravel application. You can use it for log your message, array, object etc. Sometimes we need to see if the data is coming from the request or database without stopping the execution of the application. we can easily check by this package.
44

5+
[![Downloads](https://img.shields.io/packagist/dt/codeboxr/writelog)](https://packagist.org/packages/codeboxr/writelog)
6+
[![Starts](https://img.shields.io/packagist/stars/codeboxr/writelog)](https://packagist.org/packages/codeboxr/writelog)
7+
8+
## Requirements
9+
10+
- PHP >=7.2
11+
- Laravel >= 6
12+
513
## Installation
614

715
> composer require codeboxr/writelog
@@ -25,3 +33,15 @@ If you want to to edit your file path or file name you should publish config fil
2533
> php artisan vendor:publish --provider="Codeboxr\Writelog\WriteLogServiceProvider"
2634
2735
after publishing the config you can see it in config/writelog.php then you can customize everything in your ways
36+
37+
## Contributing
38+
39+
Contributions to the Writelog package are welcome. Please note the following guidelines before submitting your pull request.
40+
41+
- Follow [PSR-4](http://www.php-fig.org/psr/psr-4/) coding standards.
42+
43+
## License
44+
45+
Writelog is licensed under the [MIT License](http://opensource.org/licenses/MIT).
46+
47+
Copyright 2022 [Codeboxr](https://codeboxr.com)

0 commit comments

Comments
 (0)