{"id":20594384,"url":"https://github.com/devzkhalil/laravel-primer-octicons","last_synced_at":"2026-03-07T16:03:39.815Z","repository":{"id":251361236,"uuid":"835793652","full_name":"devzkhalil/laravel-primer-octicons","owner":"devzkhalil","description":"A Laravel package to integrate GitHub's Octicons into your Laravel project effortlessly. This package allows you to use Octicons directly in your Blade templates with ease.","archived":false,"fork":false,"pushed_at":"2024-08-02T12:30:41.000Z","size":229,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-16T04:20:15.895Z","etag":null,"topics":["laravel-octicons","laravel-octicons-primer","laravel-primer","laravel-primer-octicons","laravel-svg-icon","laravel-svg-icon-package","octicons","primer"],"latest_commit_sha":null,"homepage":"https://primer.style/foundations/icons","language":"Blade","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/devzkhalil.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":"2024-07-30T14:40:19.000Z","updated_at":"2024-11-23T02:21:24.000Z","dependencies_parsed_at":"2024-08-02T13:52:45.738Z","dependency_job_id":null,"html_url":"https://github.com/devzkhalil/laravel-primer-octicons","commit_stats":null,"previous_names":["devzkhalil/laravel-primer-octicons"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/devzkhalil/laravel-primer-octicons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzkhalil%2Flaravel-primer-octicons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzkhalil%2Flaravel-primer-octicons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzkhalil%2Flaravel-primer-octicons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzkhalil%2Flaravel-primer-octicons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devzkhalil","download_url":"https://codeload.github.com/devzkhalil/laravel-primer-octicons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devzkhalil%2Flaravel-primer-octicons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30221193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"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":["laravel-octicons","laravel-octicons-primer","laravel-primer","laravel-primer-octicons","laravel-svg-icon","laravel-svg-icon-package","octicons","primer"],"created_at":"2024-11-16T08:08:53.239Z","updated_at":"2026-03-07T16:03:39.796Z","avatar_url":"https://github.com/devzkhalil.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"![octicons cover light](https://user-images.githubusercontent.com/54012/138925195-5779c51d-ff8c-4264-a914-e64f4843893d.png#gh-light-mode-only)\n![octicons cover dark](https://user-images.githubusercontent.com/54012/138925203-80e1afa1-ba54-4731-9525-3c41186663f9.png#gh-dark-mode-only)\n\u003cbr\u003e\n\u003ch1 align=\"center\"\u003e\nLaravel Primer Octicons\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    A Laravel package to integrate GitHub's Octicons into your Laravel project effortlessly. This package allows you to use Octicons directly in your Blade templates with ease.\n\u003c/p\u003e\n\n\n## About\n\nOcticons are a scalable set of icons handcrafted by GitHub. They are designed to be highly legible, even at small sizes, and are perfect for adding a consistent visual language to your web projects.\n\nGitHub Repository: [primer/octicons](https://github.com/primer/octicons)  \nOfficial Site: [Octicons](https://primer.style/octicons)\n\n## Installation\n\nYou can install the package via Composer:\n\n```bash\ncomposer require devzkhalil/laravel-primer-octicons\n```\n\n## Usage\n\nAfter installing, you can use the Octicons in your Blade templates like this:\n\n```blade\n\u003cx-icon::thin.arrow-up-left width=\"16\" height=\"16\" fill=\"white\" /\u003e\n\u003cx-icon::bold.arrow-up-left width=\"16\" height=\"16\" fill=\"white\" /\u003e\n\n\u003cx-icon::thin.download width=\"24\" height=\"24\" fill=\"white\" /\u003e\n\u003cx-icon::bold.download width=\"24\" height=\"24\" fill=\"white\" /\u003e\n```\n## Icon Sizes and Parameters\n\nIn this package:\n\n- GitHub `16px` icons are referred to as `bold`.\n- GitHub `24px` icons are referred to as `thin`.\n\n### Component Parameters\n\n**For Bold Icons (16px):**\n- `width` is optional; the default size is `16px`.\n- `height` is optional; the default size is `16px`.\n- `fill` is optional; the default color is `black`.\n\n**For Thin Icons (24px):**\n- `width` is optional; the default size is `16px`.\n- `height` is optional; the default size is `16px`.\n- `fill` is optional; the default color is `black`.\n\n### Finding Icon Names\n\nTo find the name of an icon:\n1. Visit the official Octicons site: [Octicons](https://primer.style/foundations/icons).\n2. Locate and copy the name of your desired icon.\n3. Use the icon in your Blade templates with the appropriate size:\n\nFor `16px` icons (bold):\n   ```blade\n   \u003cx-icon::bold.your-icon-name /\u003e\n   ```\nFor `24px` icons (thin):\n   ```blade\n   \u003cx-icon::thin.your-icon-name /\u003e\n   ```\n\n## Publish Components\n\nPublish the components file with the following command:\n\n```bash\nphp artisan vendor:publish --tag=primer-octicons\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzkhalil%2Flaravel-primer-octicons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevzkhalil%2Flaravel-primer-octicons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevzkhalil%2Flaravel-primer-octicons/lists"}