Giter VIP home page Giter VIP logo

odmeix's Introduction

Latest Version GitHub Workflow Status Total Downloads

Joy Voyager Multi Tenant

By ๐Ÿผ Ramakant Gangwar


Laravel Admin & BREAD System with Multi tenant support

Working Example

You can try demo here
Central Admin https://joy-voyager-multi-tenant.kodmonk.com
Domain 1 Tenant 1 Admin https://domain-1-tenant-1.kodmonk.com
Domain 2 Tenant 1 Admin https://domain-2-tenant-1.kodmonk.com
Domain 1 Tenant 2 Admin https://domain-1-tenant-2.kodmonk.com
Domain 2 Tenant 2 Admin https://domain-2-tenant-2.kodmonk.com

Installation Steps

1. Clone repo/Install Using Composer

You can clone/install the Joy Voyager Multi Tenant with the following commands:

git clone [email protected]:rxcod9/joy-voyager-multi-tenant.git
cd joy-voyager-multi-tenant

# OR Install using composer
composer create-project joy/voyager-multi-tenant
cd voyager-multi-tenant

2. Add the DB Credentials & APP_URL

Next make sure to create a new database and add your database credentials to your .env file:

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

You will also want to update your website URL inside of the APP_URL variable inside the .env file:

APP_URL=http://localhost
APP_CENTRAL_HOST=localhost

3. Run The Installer

To install simply run

./vendor/bin/sail up -d
chmod +x sail-rebuild.sh
. ./sail-rebuild.sh

And we're all good to go!

And, visit
http://localhost/admin
http://domain-1-tenant-1.localhost/admin
http://domain-2-tenant-1.localhost/admin
http://domain-1-tenant-2.localhost/admin
http://domain-2-tenant-2.localhost/admin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.