{"id":42131065,"url":"https://github.com/oriondevelops/nova-greeter","last_synced_at":"2026-01-26T15:34:26.651Z","repository":{"id":72241849,"uuid":"604803201","full_name":"oriondevelops/nova-greeter","owner":"oriondevelops","description":"A Laravel Nova card to greet your users","archived":false,"fork":false,"pushed_at":"2024-12-29T01:21:32.000Z","size":153,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T07:05:02.066Z","etag":null,"topics":["card","laravel","laravel-nova","laravel-nova-card","nova"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/oriondevelops.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-21T20:28:48.000Z","updated_at":"2025-06-05T07:00:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"3bc346bb-faa8-4ed1-ad07-c42b8858938b","html_url":"https://github.com/oriondevelops/nova-greeter","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"054f4f030ac9ee372a5529511a2b03ae985cf434"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/oriondevelops/nova-greeter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oriondevelops%2Fnova-greeter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oriondevelops%2Fnova-greeter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oriondevelops%2Fnova-greeter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oriondevelops%2Fnova-greeter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oriondevelops","download_url":"https://codeload.github.com/oriondevelops/nova-greeter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oriondevelops%2Fnova-greeter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28781511,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"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":["card","laravel","laravel-nova","laravel-nova-card","nova"],"created_at":"2026-01-26T15:34:25.987Z","updated_at":"2026-01-26T15:34:26.640Z","avatar_url":"https://github.com/oriondevelops.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Laravel Nova card to greet your users\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/oriondevelops/nova-greeter.svg?style=flat-square)](https://packagist.org/packages/oriondevelops/nova-greeter)\n[![Total Downloads](https://img.shields.io/packagist/dt/oriondevelops/nova-greeter.svg?style=flat-square)](https://packagist.org/packages/oriondevelops/nova-greeter)\n\nThis [Laravel Nova](https://nova.laravel.com) package adds a customizable greeting card to your dashboard.\n\n![basic](https://user-images.githubusercontent.com/39307250/220455097-56e59574-e1a9-433f-bf55-d9d2ad40f926.png)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require oriondevelops/nova-greeter\n```\n\n## Usage\n\n[Register the card](https://nova.laravel.com/docs/4.0/customization/dashboards.html#defining-dashboards) in your preferred dashboard:\n\n```php\nuse Orion\\NovaGreeter\\GreeterCard;\n\n// ...\n\npublic function cards()\n{\n    return [\n        // ...\n        GreeterCard::make()\n            -\u003euser(name: 'John Doe', title: 'The King in the North')\n            -\u003eavatar(url: 'https://ui-avatars.com/api/?size=300\u0026color=7F9CF5\u0026background=EBF4FF\u0026name=John+Doe'),\n    ];\n}\n```\n\n**Message**\n\n```php\n-\u003emessage(text: 'Welcome back,')\n```\n\n**Button**\n```php\n-\u003ebutton(name: 'Call To Action', target: '/nova/resources/users')\n```\n\n**Avatar**\n```php\n-\u003eavatar(url: $avatarUrl ?? $placeholderAvatarUrl)\n```\n\n![verified-example](docs/verified-example.png)\n\n**Verified**\n```php\n-\u003everified(text: 'Verified Account')\n```\n\n## Example\n\n![example](https://user-images.githubusercontent.com/39307250/220455738-44e1ab7d-cbe3-411c-bfb0-8a1714e91185.png)\n\n```php\nGreeterCard::make()\n    -\u003euser(name: 'ORION', title: 'Admin')\n    -\u003emessage(text: 'Welcome back,')\n    -\u003ebutton(name: 'See users', target: '/nova/resources/users')\n    -\u003eavatar(url: 'https://avatars.githubusercontent.com/u/39307250')\n    -\u003ewidth('1/2'),\n```\n\n## Localization\n\nThe translation file can be published using the following command:\n\n```bash\nphp artisan vendor:publish --provider=\"Orion\\NovaGreeter\\CardServiceProvider\"\n```\n\n## Credits\n\n- [Mücahit Uğur](https://github.com/oriondevelops)\n- [All Contributors](https://github.com/oriondevelops/nova-greeter/contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foriondevelops%2Fnova-greeter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foriondevelops%2Fnova-greeter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foriondevelops%2Fnova-greeter/lists"}