{"id":36397528,"url":"https://github.com/agilasadi/wire","last_synced_at":"2026-01-11T16:00:43.427Z","repository":{"id":62533313,"uuid":"201740672","full_name":"agilasadi/wire","owner":"agilasadi","description":"Admin Panel for Laravel Applications","archived":false,"fork":false,"pushed_at":"2022-09-04T17:06:22.000Z","size":1258,"stargazers_count":9,"open_issues_count":7,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-26T17:43:57.840Z","etag":null,"topics":["admin","admin-panel","laravel","laravel-applications","php"],"latest_commit_sha":null,"homepage":null,"language":"Blade","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/agilasadi.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2019-08-11T08:53:28.000Z","updated_at":"2022-09-08T16:06:24.000Z","dependencies_parsed_at":"2022-11-02T16:01:03.156Z","dependency_job_id":null,"html_url":"https://github.com/agilasadi/wire","commit_stats":null,"previous_names":["rapkit/wire"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/agilasadi/wire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilasadi%2Fwire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilasadi%2Fwire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilasadi%2Fwire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilasadi%2Fwire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilasadi","download_url":"https://codeload.github.com/agilasadi/wire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilasadi%2Fwire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28312095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"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":["admin","admin-panel","laravel","laravel-applications","php"],"created_at":"2026-01-11T16:00:21.346Z","updated_at":"2026-01-11T16:00:43.422Z","avatar_url":"https://github.com/agilasadi.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wire\n\n###### Admin Panel for Laravel Applications\n\n\n\n\n\nInstall The package By running\n\n\n\n```\n\ncomposer require rapkit/wire\n\n```\n\nOnce the package is installed you need to publish it by running the following command:\n\n\n\n```\n\nphp artisan vendor:publish --provider=\"Rapkit\\Wire\\WireServiceProvider\"\n\n```\n\nYou will also need to register a service provider that has been published to modify some of the functionalities of Wire.\n\n\nEither register it in **config/app.php**\n\n```\n\nApp\\Providers\\WireServiceProvider::class,\n\n```\n\nIf you register it inside `config/app.php` make sure to clear config cache with `php artisan config:clear`\n\n\nor inside register method of AppServiceProvider:\n\n```\n\n$this-\u003eapp-\u003eregister(WireServiceProvider::class);\n\n```\n\n\nTo create an **identifier** run:\n\n\n\n```\n\nphp artisan wire:identifier User\n\n```\n\nAn `identifier` is where you place your Model parameter to be used within **wire**.\n\n**User**, in this case, is your Model name. \n\n\n\nIdentifiers will be located in `App\\Wire\\Identifiers`\n\n\n\nIf your model is located in an unusall Path, \n\nyou can configure that in `config\\wire.php` by updating:\n\n\n\n```   \n\n'model_path' =\u003e 'App\\\\',\n\n```\n\n___\n\n\n\nWhen an identifier was created, Wire will automatically cache it to show in the menu, but if you would like to specifically cache each identifier that you would like to show in the menu, you can run:\n\n```\n\nphp artisan identifier:cache --User\n\n```\n\nIf you run `php artisan identifier:cache` with no Identifier name, then it will cache all of the identifiers.\n\n\n\nYou can remove identifier list with `php artisan cache:clear` command of laravel.\n\n\nFields for given identifier will be loaded when it's created, if there is no such model or table at time of creation, you can run ` php artisan identifier:load User`, but if the table content is changed after the creation you can run \n\n```\n\nphp artisan identifier:load User --f\n \n```\n\n\n\nRefer to https://github.com/rapkit/wire/wiki/Fields for more information about fields\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilasadi%2Fwire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilasadi%2Fwire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilasadi%2Fwire/lists"}