{"id":13790739,"url":"https://github.com/themsaid/nova-cashier-manager","last_synced_at":"2025-05-12T09:33:05.243Z","repository":{"id":57068319,"uuid":"145552648","full_name":"themsaid/nova-cashier-manager","owner":"themsaid","description":"Managing Stripe subscriptions inside the incredible Laravel Nova admin panel.","archived":true,"fork":false,"pushed_at":"2020-01-27T03:07:49.000Z","size":176,"stargazers_count":153,"open_issues_count":20,"forks_count":52,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-10T10:41:06.850Z","etag":null,"topics":["laravel","nova","package","php"],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":false,"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/themsaid.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-21T11:09:57.000Z","updated_at":"2024-02-25T03:41:42.000Z","dependencies_parsed_at":"2022-08-24T14:54:11.593Z","dependency_job_id":null,"html_url":"https://github.com/themsaid/nova-cashier-manager","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/themsaid%2Fnova-cashier-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themsaid%2Fnova-cashier-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themsaid%2Fnova-cashier-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themsaid%2Fnova-cashier-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themsaid","download_url":"https://codeload.github.com/themsaid/nova-cashier-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253709394,"owners_count":21951131,"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","nova","package","php"],"created_at":"2024-08-03T22:00:50.772Z","updated_at":"2025-05-12T09:33:04.717Z","avatar_url":"https://github.com/themsaid.png","language":"Vue","funding_links":[],"categories":["Packages"],"sub_categories":["Tools"],"readme":"# This package is archived and is no longer maintained!\n\nIf you decide to maintain a fork, please contact me and I'll gladly share your repo here for people to use instead.\n\n# Laravel Nova / Laravel Cashier\n\nThis package adds several components to your Laravel Nova Admin panel to help you with managing customer subscriptions, it works hand\nin hand with [Laravel Cashier](https://github.com/laravel/cashier).\n\nLooking to see high-level information about your application's Stripe balance and charges in a Nova dashboard? Check out [Nova Stripe Dashboard](https://github.com/tightenco/nova-stripe).\n\n\n## How it works\n\nThis package adds a section in the billable resource details view with some information about the subscription:\n\n\u003cimg src=\"https://github.com/themsaid/nova-cashier-tool/blob/master/resource-tool.jpg?raw=true\"\u003e\n\nIf you want to display more details and be able to manage the subscription you may click the \"Manage\" link which will lead you\nto a screen with full management capabilities.\n\n\u003cimg src=\"https://github.com/themsaid/nova-cashier-tool/blob/master/billable-screen.jpg?raw=true\"\u003e\n\nCurrently this package works only with laravel cashier for Stripe, Braintree is not supported yet.\n\n## Installation and usage\n\nYou may require this package using composer:\n\n```\ncomposer require themsaid/nova-cashier-manager\n```\n\nNext up, you must register the tool with Nova in the tools method of the NovaServiceProvider:\n\n```\n// in app/Providers/NovaServiceProvder.php\n\n// ...\n\npublic function tools()\n{\n   return [\n        // ...\n        new \\Themsaid\\CashierTool\\CashierTool(),\n    ];\n}\n```\n\nNow in your billable resource, let's say User, add the following to the `fields()` method:\n\n```\nCashierResourceTool::make()-\u003eonlyOnDetail()\n```\n\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%2Fthemsaid%2Fnova-cashier-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemsaid%2Fnova-cashier-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemsaid%2Fnova-cashier-manager/lists"}