{"id":36970617,"url":"https://github.com/skycoder026/user-log","last_synced_at":"2026-01-13T21:49:28.337Z","repository":{"id":57052780,"uuid":"436714554","full_name":"skycoder026/user-log","owner":"skycoder026","description":"A package that store user log","archived":false,"fork":false,"pushed_at":"2021-12-10T17:41:24.000Z","size":46,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-20T14:59:22.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skycoder026.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-09T18:06:14.000Z","updated_at":"2022-04-22T11:25:37.000Z","dependencies_parsed_at":"2022-08-24T05:21:00.112Z","dependency_job_id":null,"html_url":"https://github.com/skycoder026/user-log","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skycoder026/user-log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycoder026%2Fuser-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycoder026%2Fuser-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycoder026%2Fuser-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycoder026%2Fuser-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skycoder026","download_url":"https://codeload.github.com/skycoder026/user-log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skycoder026%2Fuser-log/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28401081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-13T21:49:27.772Z","updated_at":"2026-01-13T21:49:28.327Z","avatar_url":"https://github.com/skycoder026.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description [![Build Status](https://secure.travis-ci.org/jeresig/jquery.hotkeys.png)](http://travis-ci.org/jeresig/jquery.hotkeys)\n\n**User Log** is a small package, that can help you to stored log of created, updated and approved user and also store auth user company.\n\nThis is a small package to easy and simplify your code.\n\n## Installation Process\n\n```bash\ncomposer require skycoder/user-log\n```\n\n## Publish View\n```php artisan vendor:publish``` press the number which hold `user-log`   \n\n\n## Uses\nYou should use `use UserLog;` trait to your model which contain `use Skycoder\\UserLog\\UserLog;` namespace\n\nAnd also use `@include('user-log::user-logs', ['data' =\u003e $item])` to your table where you display your data. here $item is your model data.\n\n## Example for Model\n\n```php\n\u003c?php\n\nnamespace App\\Models;\n\nuse Illuminate\\Database\\Eloquent\\Model;\nuse Skycoder\\UserLog\\UserLog;\n\nclass ModelName extends Model\n{\n    use UserLog;\n}\n```\n\n## Example For Blade File\n```blade\n\u003ctable class=\"table\"\u003e\n      \u003cthead\u003e\n          \u003ctr\u003e\n              \u003cth\u003eName\u003c/th\u003e\n              \u003cth\u003eMobile\u003c/th\u003e\n              \u003cth\u003eEmail\u003c/th\u003e\n              \u003cth\u003eAction\u003c/th\u003e\n          \u003c/tr\u003e\n      \u003c/thead\u003e\n\n      \u003ctbody\u003e\n          @foreach ($items as $item)\n              \u003ctr\u003e\n                  \u003ctd\u003e{{ $item-\u003ename }}\u003c/td\u003e\n                  \u003ctd\u003e{{ $item-\u003emobile }}\u003c/td\u003e\n                  \u003ctd\u003e{{ $item-\u003eemail }}\u003c/td\u003e\n                  \u003ctd\u003e\n                      @include('user-log::user-logs', ['data' =\u003e $item])\n                  \u003c/td\u003e\n              \u003c/tr\u003e\n          @endforeach\n      \u003c/tbody\u003e\n  \u003c/table\u003e\n```\n\n## Result/Output\n![Output Image](https://github.com/skycoder026/user-log/blob/master/screenshot.PNG)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskycoder026%2Fuser-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskycoder026%2Fuser-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskycoder026%2Fuser-log/lists"}