{"id":20388609,"url":"https://github.com/efureev/laravel-mix-notifier","last_synced_at":"2026-05-26T23:05:57.384Z","repository":{"id":90771358,"uuid":"431804621","full_name":"efureev/laravel-mix-notifier","owner":"efureev","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-25T20:08:33.000Z","size":118,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T09:03:05.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/efureev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-25T10:32:18.000Z","updated_at":"2022-03-16T19:18:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a15542f-8aa9-443d-986d-ed8dfd3f24a0","html_url":"https://github.com/efureev/laravel-mix-notifier","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efureev%2Flaravel-mix-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efureev%2Flaravel-mix-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efureev%2Flaravel-mix-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efureev%2Flaravel-mix-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efureev","download_url":"https://codeload.github.com/efureev/laravel-mix-notifier/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241940541,"owners_count":20045878,"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":[],"created_at":"2024-11-15T03:11:48.270Z","updated_at":"2026-05-26T23:05:52.352Z","avatar_url":"https://github.com/efureev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom Notifications for Laravel Mix\n\n![npm](https://img.shields.io/npm/v/@feugene/laravel-mix-notifier?style=flat-square)\n![img](./assets/img1.png)\n\n\nLaravel Mix extension to display notifications from Mix when your project will build.\n\nThe package uses webpack-plugin `webpack-notifier`\n\n## Install\n\n```bash\nnpm install @feugene/laravel-mix-notifier --save-dev\n```\n\n## Usage\n\n```javascript\nconst mix = require('laravel-mix')\nrequire('laravel-mix-notifier')\n\nmix.notify()\nmix.notify({\n  title: 'Hello!',\n  contentImage: 'assets/logo.png',\n  version: '12.2.2-dev',\n  showVersion: false,\n})\n```\n\n* `title` - Notification's title. Default: load from your `package.json` from `description` field\n* `contentImage` - Image that show in notifications\n* `version` - Version. Default: load from your `package.json` from `version` field\n* `showVersion` - Show version in the `title`. Default: `true`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefureev%2Flaravel-mix-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefureev%2Flaravel-mix-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefureev%2Flaravel-mix-notifier/lists"}