{"id":25146637,"url":"https://github.com/engsahaly/mtenancy_custom_single","last_synced_at":"2026-05-03T05:34:21.908Z","repository":{"id":274915205,"uuid":"837689342","full_name":"engsahaly/mtenancy_custom_single","owner":"engsahaly","description":"Laravel Multi Tenancy | Custom Implementation | Single Database Approach | Course Files on Udemy","archived":false,"fork":false,"pushed_at":"2025-01-30T04:47:31.000Z","size":150,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T20:19:54.867Z","etag":null,"topics":["laravel","laravel-framework","laravel11","multi","tenancy"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/course/laravel-multi-tenancy/?referralCode=3061E518F49BF9D32B65","language":"PHP","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/engsahaly.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-08-03T18:07:07.000Z","updated_at":"2025-01-30T04:47:35.000Z","dependencies_parsed_at":"2025-01-30T05:35:25.838Z","dependency_job_id":null,"html_url":"https://github.com/engsahaly/mtenancy_custom_single","commit_stats":null,"previous_names":["engsahaly/mtenancy_custom_single"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engsahaly%2Fmtenancy_custom_single","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engsahaly%2Fmtenancy_custom_single/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engsahaly%2Fmtenancy_custom_single/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engsahaly%2Fmtenancy_custom_single/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engsahaly","download_url":"https://codeload.github.com/engsahaly/mtenancy_custom_single/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246946651,"owners_count":20859141,"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","laravel-framework","laravel11","multi","tenancy"],"created_at":"2025-02-08T20:19:43.887Z","updated_at":"2026-05-03T05:34:16.887Z","avatar_url":"https://github.com/engsahaly.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Laravel Multi Tenancy | Custom Implementation | Single Database Approach | Course Files on Udemy\n\n\u003cimg src=\"https://img-c.udemycdn.com/course/750x422/6137137_3960.jpg\"\u003e \n\n**Created By :** Mahmoud Anwar\n**Email :** Engsahaly@gmail.com\n\nThis is the main readme file for the code used in laravel multi tenancy course on Udemy\n\n## Installation\n\nTo get started, clone this repository.\n\n```\ngit clone https://github.com/engsahaly/mtenancy_custom_single.git\n```\n\nNext, copy your `.env.example` file as `.env` and configure your Database connection.\n\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=YOUR-DATABASE-NAME\nDB_USERNAME=YOUR-DATABASE-USERNAME\nDB_PASSWORD=YOUR-DATABASE-PASSWROD\n```\n\n## Run Packages and helpers\n\nYou have to all used packages and load helpers as below.\n\n```\ncomposer install\nnpm install\nnpm run build\n```\n\n## Generate new application key\n\nYou have to generate new application key as below.\n\n```\nphp artisan key:generate\n```\n\n## Run Migrations and Seeders\n\nYou have to run all the migration files included with the project and also run seeders as below.\n\n```\nphp artisan migrate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengsahaly%2Fmtenancy_custom_single","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengsahaly%2Fmtenancy_custom_single","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengsahaly%2Fmtenancy_custom_single/lists"}