Giter Club home page Giter Club logo

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

edmarr2 avatar iamkevinmckee avatar intellow avatar wmandai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

teamsy's Issues

composer install fails

after cloning the repo, I ran
composer install

but get the following error:

โžœ teamsy git:(master) composer install Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run composer updateorcomposer update `.
Your lock file does not contain a compatible set of packages. Please run composer update.

Problem 1
- Root composer.json requires php ^7.2.5 but your php version (8.0.9) does not satisfy that requirement.
Problem 2
- dragonmantank/cron-expression is locked to version v2.3.0 and an update of this package was not requested.
- dragonmantank/cron-expression v2.3.0 requires php ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 3
- laravel-frontend-presets/tall is locked to version v1.7.4 and an update of this package was not requested.
- laravel-frontend-presets/tall v1.7.4 requires php ^7.2.5 -> your php version (8.0.9) does not satisfy that requirement.
Problem 4
- laravel/framework is locked to version v7.26.1 and an update of this package was not requested.
- laravel/framework v7.26.1 requires php ^7.2.5 -> your php version (8.0.9) does not satisfy that requirement.
Problem 5
- laravel/tinker is locked to version v2.4.2 and an update of this package was not requested.
- laravel/tinker v2.4.2 requires php ^7.2 -> your php version (8.0.9) does not satisfy that requirement.
Problem 6
- laravel/ui is locked to version v2.2.0 and an update of this package was not requested.
- laravel/ui v2.2.0 requires php ^7.2.5 -> your php version (8.0.9) does not satisfy that requirement.
Problem 7
- livewire/livewire is locked to version v1.3.3 and an update of this package was not requested.
- livewire/livewire v1.3.3 requires php ^7.1.3 -> your php version (8.0.9) does not satisfy that requirement.
Problem 8
- opis/closure is locked to version 3.5.6 and an update of this package was not requested.
- opis/closure 3.5.6 requires php ^5.4 || ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 9
- paragonie/random_compat is locked to version v9.99.99 and an update of this package was not requested.
- paragonie/random_compat v9.99.99 requires php ^7 -> your php version (8.0.9) does not satisfy that requirement.
Problem 10
- facade/flare-client-php is locked to version 1.3.5 and an update of this package was not requested.
- facade/flare-client-php 1.3.5 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 11
- facade/ignition is locked to version 2.3.6 and an update of this package was not requested.
- facade/ignition 2.3.6 requires php ^7.2.5 -> your php version (8.0.9) does not satisfy that requirement.
Problem 12
- facade/ignition-contracts is locked to version 1.0.1 and an update of this package was not requested.
- facade/ignition-contracts 1.0.1 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 13
- filp/whoops is locked to version 2.7.3 and an update of this package was not requested.
- filp/whoops 2.7.3 requires php ^5.5.9 || ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 14
- fzaninotto/faker is locked to version v1.9.1 and an update of this package was not requested.
- fzaninotto/faker v1.9.1 requires php ^5.3.3 || ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 15
- maximebf/debugbar is locked to version v1.16.3 and an update of this package was not requested.
- maximebf/debugbar v1.16.3 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 16
- nunomaduro/collision is locked to version v4.2.0 and an update of this package was not requested.
- nunomaduro/collision v4.2.0 requires php ^7.2.5 -> your php version (8.0.9) does not satisfy that requirement.
Problem 17
- phar-io/manifest is locked to version 1.0.3 and an update of this package was not requested.
- phar-io/manifest 1.0.3 requires php ^5.6 || ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 18
- phar-io/version is locked to version 2.0.1 and an update of this package was not requested.
- phar-io/version 2.0.1 requires php ^5.6 || ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 19
- phpspec/prophecy is locked to version 1.11.1 and an update of this package was not requested.
- phpspec/prophecy 1.11.1 requires php ^7.2 -> your php version (8.0.9) does not satisfy that requirement.
Problem 20
- phpunit/php-code-coverage is locked to version 7.0.10 and an update of this package was not requested.
- phpunit/php-code-coverage 7.0.10 requires php ^7.2 -> your php version (8.0.9) does not satisfy that requirement.
Problem 21
- phpunit/php-file-iterator is locked to version 2.0.2 and an update of this package was not requested.
- phpunit/php-file-iterator 2.0.2 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 22
- phpunit/php-timer is locked to version 2.1.2 and an update of this package was not requested.
- phpunit/php-timer 2.1.2 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 23
- phpunit/php-token-stream is locked to version 3.1.1 and an update of this package was not requested.
- phpunit/php-token-stream 3.1.1 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 24
- phpunit/phpunit is locked to version 8.5.8 and an update of this package was not requested.
- phpunit/phpunit 8.5.8 requires php ^7.2 -> your php version (8.0.9) does not satisfy that requirement.
Problem 25
- sebastian/code-unit-reverse-lookup is locked to version 1.0.1 and an update of this package was not requested.
- sebastian/code-unit-reverse-lookup 1.0.1 requires php ^5.6 || ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 26
- sebastian/comparator is locked to version 3.0.2 and an update of this package was not requested.
- sebastian/comparator 3.0.2 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 27
- sebastian/diff is locked to version 3.0.2 and an update of this package was not requested.
- sebastian/diff 3.0.2 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 28
- sebastian/environment is locked to version 4.2.3 and an update of this package was not requested.
- sebastian/environment 4.2.3 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 29
- sebastian/exporter is locked to version 3.1.2 and an update of this package was not requested.
- sebastian/exporter 3.1.2 requires php ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 30
- sebastian/global-state is locked to version 3.0.0 and an update of this package was not requested.
- sebastian/global-state 3.0.0 requires php ^7.2 -> your php version (8.0.9) does not satisfy that requirement.
Problem 31
- sebastian/object-enumerator is locked to version 3.0.3 and an update of this package was not requested.
- sebastian/object-enumerator 3.0.3 requires php ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 32
- sebastian/object-reflector is locked to version 1.1.1 and an update of this package was not requested.
- sebastian/object-reflector 1.1.1 requires php ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 33
- sebastian/recursion-context is locked to version 3.0.0 and an update of this package was not requested.
- sebastian/recursion-context 3.0.0 requires php ^7.0 -> your php version (8.0.9) does not satisfy that requirement.
Problem 34
- sebastian/resource-operations is locked to version 2.0.1 and an update of this package was not requested.
- sebastian/resource-operations 2.0.1 requires php ^7.1 -> your php version (8.0.9) does not satisfy that requirement.
Problem 35
- sebastian/type is locked to version 1.1.3 and an update of this package was not requested.
- sebastian/type 1.1.3 requires php ^7.2 -> your php version (8.0.9) does not satisfy that requirement.
Problem 36
- paragonie/random_compat v9.99.99 requires php ^7 -> your php version (8.0.9) does not satisfy that requirement.
- symfony/polyfill-php70 v1.18.1 requires paragonie/random_compat ~1.0|~2.0|~9.99 -> satisfiable by paragonie/random_compat[v9.99.99].
- symfony/polyfill-php70 is locked to version v1.18.1 and an update of this package was not requested.`

so I ran
composer update

and get this:

`Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires php ^7.2.5 but your php version (8.0.9) does not satisfy that requirement.
Problem 2
- laravel-frontend-presets/tall[v1.7.0, ..., v1.7.4] require php ^7.2.5 -> your php version (8.0.9) does not satisfy that requirement.
- Root composer.json requires laravel-frontend-presets/tall ^1.7 -> satisfiable by laravel-frontend-presets/tall[v1.7.0, ..., v1.7.4].`

So, I'm guessing php 8 is not supported?

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.