GithubHelp home page GithubHelp logo

inflex13 / teamsy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from laracasts/teamsy

0.0 1.0 0.0 776 KB

A sample multi-tenant application for Laravel using a single database. Watch the Laracasts series to see how this was built.

PHP 64.61% HTML 35.39%

teamsy's Introduction

About Teamsy

Teamsy is a single database multi tenant application shell built for the Laracasts series "Single Database Multi Tenancy".

Use the "Lessons" section below to find the branch that corresponds to each lesson, or just clone the master branch to see the finished product.

Feel free to use this as a starting point for your next multi tenant application.

Interact with me on Twitter or open an issue or PR if you'd like to contribute to this project.

Installation

Clone this repo to get started.

git clone https://github.com/iAmKevinMcKee/teamsy.git

Install Composer Dependencies

composer install

Install NPM Dependencies

npm install && npm run dev

Copy the .env.example file to .env

cp .env.example .env

Update your .env file to connect to your local database.

Generate your application keys

php artisan key:generate

Run the Demo Seeder to get started with a few tenants and some users

php artisan migrate:fresh --seed

Login to the app on your local maching using the following credentials:

[email protected] / password

License

This project is open-sourced software licensed under the MIT license.

teamsy's People

Contributors

iamkevinmckee avatar intellow avatar

Watchers

 avatar

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.