{"id":33970378,"url":"https://github.com/miracuthbert/laravel-multi-tenancy","last_synced_at":"2026-04-08T13:31:44.493Z","repository":{"id":41717865,"uuid":"239307480","full_name":"miracuthbert/laravel-multi-tenancy","owner":"miracuthbert","description":"A single database and multi-database multi-tenancy package for Laravel 5.8 and up","archived":false,"fork":false,"pushed_at":"2024-03-26T14:53:38.000Z","size":683,"stargazers_count":16,"open_issues_count":26,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-14T12:57:09.202Z","etag":null,"topics":["laravel","multi-database-multi-tenancy","multi-tenancy","single-database-multi-tenancy"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miracuthbert.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}},"created_at":"2020-02-09T13:16:07.000Z","updated_at":"2025-10-06T09:06:08.000Z","dependencies_parsed_at":"2022-08-10T11:47:43.397Z","dependency_job_id":null,"html_url":"https://github.com/miracuthbert/laravel-multi-tenancy","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"e32e9c89f802527e4a7ef892b1cb492e0024c7f3"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/miracuthbert/laravel-multi-tenancy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miracuthbert%2Flaravel-multi-tenancy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miracuthbert%2Flaravel-multi-tenancy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miracuthbert%2Flaravel-multi-tenancy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miracuthbert%2Flaravel-multi-tenancy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miracuthbert","download_url":"https://codeload.github.com/miracuthbert/laravel-multi-tenancy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miracuthbert%2Flaravel-multi-tenancy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31558380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","multi-database-multi-tenancy","multi-tenancy","single-database-multi-tenancy"],"created_at":"2025-12-13T00:21:24.892Z","updated_at":"2026-04-08T13:31:44.486Z","avatar_url":"https://github.com/miracuthbert.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Multi-Tenancy\n\nA single database and multi-database multi-tenancy package for Laravel 5.8 and up.\n\nFor the full installation, configuration and usage, see the [Documentation](https://miracuthbert.github.io/laravel-multi-tenancy).\n\n## Installation\n\nYou can install the package via composer:\n\n```\ncomposer require miracuthbert/laravel-multi-tenancy\n```\n\n## Setup\n\nThe package takes advantage of Laravel Auto-Discovery, so it doesn't require you to manually add the ServiceProvider.\n\nIf you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php\n\n```php\nMiracuthbert\\Multitenancy\\LaravelMultiTenancyServiceProvider::class\n```\n\nRun the following command in your console: `php artisan tenancy:setup`\n\nThis will setup:\n\n- The package config file\n- The tenant routes file\n- TenantDatabaseSeeder (by default used only by the `multi` driver)\n- Plus a tenant `model` and `migration` file if you passed a model name to the `--model` option. See below for more.\n\n\u003e You need to setup some of the required keys first in the `config/tenancy.php` file before migrating the database\n\nSee the [Documentation](https://miracuthbert.github.io/laravel-multi-tenancy).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability, please send an e-mail to Cuthbert Mirambo via [miracuthbert@gmail.com](mailto:miracuthbert@gmail.com). All security vulnerabilities will be promptly addressed.\n\n## Credits\n\n- [Cuthbert Mirambo](https://github.com/miracuthbert)\n\n## License\n\nLaravel Multi-Tenancy is licensed under GPL-3.0-only. Please see the license file for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiracuthbert%2Flaravel-multi-tenancy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiracuthbert%2Flaravel-multi-tenancy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiracuthbert%2Flaravel-multi-tenancy/lists"}