{"id":24200222,"url":"https://github.com/codeboxrcodehub/writelog","last_synced_at":"2025-09-21T23:32:31.791Z","repository":{"id":62550860,"uuid":"503237994","full_name":"codeboxrcodehub/writelog","owner":"codeboxrcodehub","description":"Simple var dump or log variable without using dd()  function","archived":false,"fork":false,"pushed_at":"2022-07-26T09:37:22.000Z","size":10,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-29T01:42:02.239Z","etag":null,"topics":["laravel","laravel-package","php"],"latest_commit_sha":null,"homepage":"https://codeboxr.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeboxrcodehub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-14T06:36:55.000Z","updated_at":"2023-02-06T09:26:28.000Z","dependencies_parsed_at":"2022-11-03T02:15:45.427Z","dependency_job_id":null,"html_url":"https://github.com/codeboxrcodehub/writelog","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fwritelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fwritelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fwritelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeboxrcodehub%2Fwritelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeboxrcodehub","download_url":"https://codeload.github.com/codeboxrcodehub/writelog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233808444,"owners_count":18733585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["laravel","laravel-package","php"],"created_at":"2025-01-13T20:41:38.518Z","updated_at":"2025-09-21T23:32:26.436Z","avatar_url":"https://github.com/codeboxrcodehub.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Write Log Laravel Package\n\nSimplified 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.\n\n[![Downloads](https://img.shields.io/packagist/dt/codeboxr/writelog)](https://packagist.org/packages/codeboxr/writelog)\n[![Starts](https://img.shields.io/packagist/stars/codeboxr/writelog)](https://packagist.org/packages/codeboxr/writelog)\n\n## Requirements\n\n- PHP \u003e=7.2\n- Laravel \u003e= 6\n\n## Installation\n\n\u003e composer require codeboxr/writelog\n\n## Usage\n\n```\nuse Codeboxr\\Writelog\\Facade\\WriteLog\n\nWriteLog::log(['codeboxr','laravel']);\n```\n\nor you can simply use our helper methods\n\n```\nwritelog(['codeboxr','laravel']);\n```\n\nIf you want to to edit your file path or file name you should publish config file\n\n\u003e php artisan vendor:publish --provider=\"Codeboxr\\Writelog\\WriteLogServiceProvider\"\n\nafter publishing the config you can see it in config/writelog.php then you can customize everything in your ways\n\n```\nreturn [\n    \n    \"directory\" =\u003e base_path(), // Log Store Directory path\n    \n    \"file_name\" =\u003e \"debug.log\" // Log file name\n];\n```\n\n## Contributing\n\nContributions to the Writelog package are welcome. Please note the following guidelines before submitting your pull request.\n\n- Follow [PSR-4](http://www.php-fig.org/psr/psr-4/) coding standards.\n\n## License\n\nWritelog is licensed under the [MIT License](http://opensource.org/licenses/MIT).\n\nCopyright 2022 [Codeboxr](https://codeboxr.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeboxrcodehub%2Fwritelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeboxrcodehub%2Fwritelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeboxrcodehub%2Fwritelog/lists"}