{"id":16294152,"url":"https://github.com/sarfraznawaz2005/lognotify","last_synced_at":"2025-03-20T04:30:26.972Z","repository":{"id":62540349,"uuid":"145303924","full_name":"sarfraznawaz2005/lognotify","owner":"sarfraznawaz2005","description":"Laravel package to automatically show notifications in real-time whenever there is new log entry made anywhere in application.","archived":false,"fork":false,"pushed_at":"2018-08-19T14:20:58.000Z","size":24,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T23:01:51.609Z","etag":null,"topics":["laravel","laravel-package","log","logging","notifications","php"],"latest_commit_sha":null,"homepage":null,"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/sarfraznawaz2005.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-19T13:06:53.000Z","updated_at":"2022-11-10T10:20:42.000Z","dependencies_parsed_at":"2022-11-02T15:32:21.521Z","dependency_job_id":null,"html_url":"https://github.com/sarfraznawaz2005/lognotify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2Flognotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2Flognotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2Flognotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarfraznawaz2005%2Flognotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarfraznawaz2005","download_url":"https://codeload.github.com/sarfraznawaz2005/lognotify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244047647,"owners_count":20389206,"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","log","logging","notifications","php"],"created_at":"2024-10-10T20:14:21.014Z","updated_at":"2025-03-20T04:30:26.646Z","avatar_url":"https://github.com/sarfraznawaz2005.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Total Downloads][ico-downloads]][link-downloads]\n\n# Laravel LogNotify\n\nLaravel package to automatically show notifications in real-time whenever there is new log entry made anywhere in application.\n\n## Screenshot\n\n![Main Window](https://github.com/sarfraznawaz2005/lognotify/blob/master/screen.jpg?raw=true)\n\n## Requirements\n\n - PHP \u003e= 5.6\n - Laravel 5\n\n## Installation\n\nVia Composer\n\n``` bash\n$ composer require sarfraznawaz2005/lognotify\n```\n\nFor Laravel \u003c 5.5:\n\nAdd Service Provider to `config/app.php` in `providers` section\n```php\nSarfraznawaz2005\\LogNotify\\LogNotifyServiceProvider::class,\n```\n\n---\n\nPublish package's config file by running below command:\n\n```bash\n$ php artisan vendor:publish --provider=\"Sarfraznawaz2005\\LogNotify\\LogNotifyServiceProvider\"\n```\nIt should publish `config/lognotify.php` config file.\n\n## Usage\n\nAdd this in your app layout file/footer:\n\n```php\n@include('logNotify::view')\n```\n\nAnd then start socket server by issuing following command:\n\n```bash\n$ php artisan lognotify:serve\n```\n\nNow whenever new entry is made in laravel log file, you will see popup notification at bottom right of your application.\n\n## Customizing Notifications\n\nYou can customize notifications ui by modifying published file at `resources/views/vendor/logNotify/view.blade.php`\n\n## Credits\n\n- [Sarfraz Ahmed][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nPlease see the [license file](license.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/sarfraznawaz2005/lognotify.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/sarfraznawaz2005/lognotify.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/sarfraznawaz2005/lognotify\n[link-downloads]: https://packagist.org/packages/sarfraznawaz2005/lognotify\n[link-author]: https://github.com/sarfraznawaz2005\n[link-contributors]: https://github.com/sarfraznawaz2005/lognotify/graphs/contributors","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarfraznawaz2005%2Flognotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarfraznawaz2005%2Flognotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarfraznawaz2005%2Flognotify/lists"}