{"id":15058524,"url":"https://github.com/paksuco/permission-ui","last_synced_at":"2025-08-14T21:11:36.541Z","repository":{"id":57035165,"uuid":"276836178","full_name":"paksuco/permission-ui","owner":"paksuco","description":"Beta - UI for Spatie's Laravel Permission package","archived":false,"fork":false,"pushed_at":"2021-04-07T07:57:32.000Z","size":109,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T03:35:32.582Z","etag":null,"topics":["interface","laravel","livewire","permission","spatie","ui","user"],"latest_commit_sha":null,"homepage":"","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/paksuco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-03T07:26:59.000Z","updated_at":"2024-11-27T09:31:14.000Z","dependencies_parsed_at":"2022-08-23T20:50:53.441Z","dependency_job_id":null,"html_url":"https://github.com/paksuco/permission-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paksuco%2Fpermission-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paksuco%2Fpermission-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paksuco%2Fpermission-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paksuco%2Fpermission-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paksuco","download_url":"https://codeload.github.com/paksuco/permission-ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823412,"owners_count":21969846,"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":["interface","laravel","livewire","permission","spatie","ui","user"],"created_at":"2024-09-24T22:24:41.317Z","updated_at":"2025-05-12T21:02:51.753Z","avatar_url":"https://github.com/paksuco.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Package Template\n\n## Configuration\n\nThis repository is template for building a new package. Some changes to the files are needed in order to represent a new package.\n\n\n### composer.json\n\nEdit `composer.json` to reflect the package information. At a minimum, the package name and autoload lines should be changed so that \"vendor/package\" reflects the name and namespace of the new package.\n\n```json\n{\n    \"name\": \"vendor/package\",\n    \"autoload\": {\n        \"psr-4\": {\n            \"Paksuco\\\\Permission\\\\\": \"src/\"\n        }\n    },\n},\n```\n\n\n### config/permission-ui.php\n\nThe file `config/permission-ui.php`  should be renamed to to something more useful, like `config/my-package.php`. This is the configuration file that Laravel will publish into it's `config` directory.\n\n\n### src/ServiceProvider.php\n\nOpen up `src/ServiceProvider.php` as well.  At a minimum the namespace has to be changed (it needs to match the PSR-4 namespace you set in `composer.json`).\n\nIn the `boot()` method, comment out or uncomment the components your package will need.  For example, if the package only has a configuration, then everything can be commented out except the `handleConfigs()` call:\n\n```php\npublic function boot() {\n    $this-\u003ehandleConfigs();\n    // $this-\u003ehandleMigrations();\n    // $this-\u003ehandleViews();\n    // $this-\u003ehandleTranslations();\n    // $this-\u003ehandleRoutes();\n}\n```\n\nIn the `handleConfigs()` method, the \"permission-ui\" references should be changed to the name you chose up above (in the `config/permission-ui.php` instructions).\n\n\n### Last Step\n\nUpdate the `LICENSE` file as required (make sure it matches what you said your package's license is in `composer.json`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaksuco%2Fpermission-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaksuco%2Fpermission-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaksuco%2Fpermission-ui/lists"}