Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Tenancy

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
Collective - Host: europe - https://opencollective.com/tenancy - Website: https://tenancy.dev - Code: https://github.com/tenancy

were able to check for databases

github.com/tenancy/multi-tenant - 914dd4853e14710f9bec82bb42457e816e6a05fb authored almost 7 years ago
missing grant options to the secondary servers

github.com/tenancy/multi-tenant - 8ee1995ab27eaa7f241e5e0e247209f90d32b17b authored almost 7 years ago
cannot assume system name reflects db host name :shrug:

github.com/tenancy/multi-tenant - 14366f2c5f33dfbf249e1dc977476bf57d05fe63 authored almost 7 years ago
its still not creating databases on the correct server

github.com/tenancy/multi-tenant - 06d920926760dbf2febcb5073871588c6ebfd362 authored almost 7 years ago
updated cl for 5.1.6

github.com/tenancy/multi-tenant - f9575d7bd8a5b7f0e978efedb74b260e15f4bbcc authored almost 7 years ago
host names invalid

github.com/tenancy/multi-tenant - 0041feba2341df0b77d3ace0dfc2f31ca24aa622 authored almost 7 years ago
lets use a secondary that is equal to the primary

github.com/tenancy/multi-tenant - 7cede5028b7f2051754920be36bfc662607d247a authored almost 7 years ago
assert checking response of method is not valid

github.com/tenancy/multi-tenant - a9eb6bd8d3d0e114d306a0480ab4d4758e455dab authored almost 7 years ago
need to single out ci and run through repository

github.com/tenancy/multi-tenant - b05d4337218ec7f8e4d0fa4018a0c6fdf02ba02b authored almost 7 years ago
now fix what the test proves

github.com/tenancy/multi-tenant - 35312e7f17d20df2bb57ae10bafc8b7d1e7cae2f authored almost 7 years ago
forgot about the phpdoc test

github.com/tenancy/multi-tenant - ac0564311c830db381f59b85610e36ce54b3a43c authored almost 7 years ago
added some decent asserts

github.com/tenancy/multi-tenant - 379114e7d86d4c5876a51cee55e2bd63ed83533d authored almost 7 years ago
incorrect anchor defined

github.com/tenancy/multi-tenant - e7d9171f2c3d9c21fbe0b9fdb478f4d24f0306a7 authored almost 7 years ago
Merge branch 'multi-db-fix' of github.com:hyn/multi-tenant into multi-db-fix

github.com/tenancy/multi-tenant - fe7b9d03f8dcf52fec0241981ce08258889e9630 authored almost 7 years ago
missing template inject

github.com/tenancy/multi-tenant - fef15895dcbd3d76a3937c1153e03a9e6a10589f authored almost 7 years ago
Apply fixes from StyleCI (#416)

github.com/tenancy/multi-tenant - 6beec8d38b2248dd3803e9ee16a44f60839bbc2e authored almost 7 years ago
adding test to check whether saving a website when assigned to a secondary db wont work anymore

github.com/tenancy/multi-tenant - 0d74dada26cba6cce30291146bfd4369fab649f8 authored almost 7 years ago
fixes hyn/multi-tenant#351 cleaned up the configuration page

github.com/tenancy/docs - cc106c92d18afc8ca3f7e1a408f29f09c0e17fce authored almost 7 years ago
fixes hyn/multi-tenant#415 explains the use of managed_by_database_connection

github.com/tenancy/docs - 9058a1d16bb4820a5c6b73355c49713cb8d4ee7f authored almost 7 years ago
fixes hyn/multi-tenant#413 adding documentation on fallback media controller

github.com/tenancy/docs - 387cbd16735ceec766cabc3882e2783241df9c08 authored almost 7 years ago
fixes tenant creation when on different database servers

github.com/tenancy/multi-tenant - 27ecdf6ccca9175bd2e832bd7daceed32e9ebb70 authored almost 7 years ago
support for multi dbs (#410)

* support for multi dbs

* Apply fixes from StyleCI (#409)

github.com/tenancy/multi-tenant - b446345166667d3ec42ca91d6678e5a9aa932a80 authored almost 7 years ago
Merge branch '5.x' of github.com:hyn/multi-tenant into 5.x

github.com/tenancy/multi-tenant - 72bc6f4b9357b2207c42da158e962aaf2ffac3a8 authored almost 7 years ago
added defaults in case configuration isnt updated

github.com/tenancy/multi-tenant - 0dc7a2a2703da41c01da705ff21bd7c0ffc4b3f2 authored almost 7 years ago
Apply fixes from StyleCI (#414)

github.com/tenancy/multi-tenant - 4dca4fa8f13db4d6d50070698de96659976dd6a5 authored almost 7 years ago
although this should work for pgsql, it does not :shrug:

github.com/tenancy/multi-tenant - c8851d5c41e5a91579a5386bf93fb508e429756d authored almost 7 years ago
pgsql is assuming a column

github.com/tenancy/multi-tenant - ee20c4ca09ab16c02b8e64bb6d30e6d4d1106ba7 authored almost 7 years ago
fixes #408 media controller returning proper mime type header in content type

github.com/tenancy/multi-tenant - 6a766575d4c2e3fe30498ecdefc6661ee3bf8bf4 authored almost 7 years ago
do a check now before creation

github.com/tenancy/multi-tenant - eb2b2d0266461c42e52bf8da069b7a402d11803f authored almost 7 years ago
pgsql cant check for existing user when creating

github.com/tenancy/multi-tenant - 847fa27cb4f0dac4436d5da726ad121f0da2f342 authored almost 7 years ago
fixed typo in cl

github.com/tenancy/multi-tenant - d6fee3029e146b8c6de1d02ab830a10d7ad65080 authored almost 7 years ago
fixes auto deletion of user and allows to configure whether to create or delete users, fixes #288

github.com/tenancy/multi-tenant - b7519dcd9417bf64ca19ff1e2aaff5285801c754 authored almost 7 years ago
couldnt create user under mysql (#412)

github.com/tenancy/multi-tenant - 6abf3a3a2b83fd282219813f3ec9f31777b24063 authored almost 7 years ago
added changelog for 5.1.1 5.1.2 5.1.3

github.com/tenancy/multi-tenant - 47c21c1084d8c82ed9f04863f14dd0d55a44dd70 authored almost 7 years ago
updates readme how the seed class affects the seeder commands

github.com/tenancy/multi-tenant - c99e7ee6ec385d045426d42963d6130a3e75e385 authored almost 7 years ago
using null coelescence operator where appropriate, takes seed class now as default for seed command and refresh command

github.com/tenancy/multi-tenant - 6d344503a4fcbf85c90888e5d52af94c3c1c2fc2 authored almost 7 years ago
Fix issue#385 rewriting the handle method (#388)

github.com/tenancy/multi-tenant - c4dc35ce572abdbd7d280624c8a553fdfe718ed8 authored almost 7 years ago
Update vhost.blade.php (#411)

github.com/tenancy/multi-tenant - 66c4f580881cc37fa8ab770410ad129d5a0f3037 authored almost 7 years ago
removed all references to just, reformatted and improved some docs

github.com/tenancy/docs - caa3983b50f51d9ffbd5d506f9d5632bee2da063 authored almost 7 years ago
Merge branch 'master' of github.com:tenancy/docs

github.com/tenancy/docs - 5be1222365d9637d08ec1cbb7265bc1ce96d0cb8 authored almost 7 years ago
improved docs on identification drivers

github.com/tenancy/docs - c22e247f185b07fa76558db76aff2826ca9ccffe authored almost 7 years ago
Merge pull request #3 from ashokgelal/patch-1

Added link to testing post

github.com/tenancy/docs - 9cb165dc6f1d4a7b6b5690d86d7ccb283a6d95ba authored almost 7 years ago
Added link to testing post

github.com/tenancy/docs - 955f0be52eb10eb7f54b70bba6d5316e933299ca authored almost 7 years ago
Change 'flush' to 'forget' (#402)

Fix mistakenly using 'flush' instead of 'forget' on cache. This would clear out the entire cache.

github.com/tenancy/multi-tenant - 896d662a27569b02422048d1220fca305caf2bc5 authored almost 7 years ago
Update fallback.md

github.com/tenancy/docs - 389741b60a2b8b8016cae726c9928f4c1099b9c3 authored almost 7 years ago
Merge pull request #2 from CodeSkills/patch-1

Add new project funfirst-crm.md

github.com/tenancy/docs - 0b25abb15da97cfbaf2889083e2e3003719f5f18 authored almost 7 years ago
Create new project funfirst-crm.md

Created file for our project at https://funfirst.io.

github.com/tenancy/docs - 6b8ae8933baf2c664037df5709789456c507cbd7 authored almost 7 years ago
lets get rid of the need to complete the connection array yourself

github.com/tenancy/docs - 68dcd4281ae2976ead58943d8bca8ef07b1a0db8 authored almost 7 years ago
added project

github.com/tenancy/docs - 77172e59acc04a4e6dc30fbab8ad85b119a438a1 authored almost 7 years ago
adds tutorial

github.com/tenancy/docs - 839b1ac51d5281b423a0f94eb0d06af027a5f23a authored almost 7 years ago
we do not attribute here

github.com/tenancy/docs - e7dab6e019fdea505a4865220ba6e0514d0ac952 authored almost 7 years ago
Update cache.md

github.com/tenancy/docs - 5f60c5dd8482d0ddddc764fb9270f0336f06176b authored almost 7 years ago
Merge pull request #1 from laravelcebu/bkintanar-add-cache

Added docs for tenant aware cache.

github.com/tenancy/docs - daea79660d1d1e7485847de8cae725aca0a77342 authored almost 7 years ago
Added docs for tenant aware cache.

github.com/tenancy/docs - 825ed1c1b87711b78c69a2a3eaf6acfa77457462 authored almost 7 years ago
added projects

github.com/tenancy/docs - 962a8fc33ffdcdd05a041c88e358fcffcc197f2e authored almost 7 years ago
add logo

github.com/tenancy/docs - a0cdca925e89ec3b6da7ebc226f7477aba68ac8c authored almost 7 years ago
added readme

github.com/tenancy/docs - 662069ddcf566a49fa63a43dbf8700587dc429a9 authored almost 7 years ago
Apply fixes from StyleCI (#395)

github.com/tenancy/multi-tenant - 57512e486611843b13fcea9811a1cd9393f7003b authored almost 7 years ago
added a test and fixed the response

github.com/tenancy/multi-tenant - 99ea3a7d6b31c206ba021a1ed50eb6ef372930c0 authored almost 7 years ago
Merge branch '5.x' of github.com:hyn/multi-tenant into 5.x

github.com/tenancy/multi-tenant - 6b992fe9cb1ce18beb607528c0c5b4e12a10cc02 authored almost 7 years ago
forgot the media prefix

github.com/tenancy/multi-tenant - a83c5ccfade75b6052ddfe7102a6794f845a8fbf authored almost 7 years ago
Apply fixes from StyleCI (#394)

github.com/tenancy/multi-tenant - c56c3f4c257f73b70dff7442aa83b2d55efdb696 authored almost 7 years ago
added a fallback media handler to be configured manually

github.com/tenancy/multi-tenant - 55322d07dfa44dd4339dd273cbac1028180c187d authored almost 7 years ago
updated cl for 5.1.0

github.com/tenancy/multi-tenant - f0de8b07bc27bb65d8d4cb1736b3abbbc0a91f21 authored almost 7 years ago
Update Directory.php

Fixes #393

github.com/tenancy/multi-tenant - 6587789e5db22d24a97757517edfcb77ba3f8e14 authored almost 7 years ago
Use trailing slash for Apache alias target (#389)

* Use trailing slash for Apache alias target

* Update server.blade.php

fixed it

github.com/tenancy/multi-tenant - 7d975ead932fd51e668bb04015c9bd10314525e2 authored almost 7 years ago
added cl for beta 2

github.com/tenancy/multi-tenant - 273d680600f6f7dae3c90ca9886ec7a676adb877 authored almost 7 years ago
using the repo now deletes the dbs too

github.com/tenancy/multi-tenant - 1cfbe3ab5b439f78534ae82f2878833c8bdc985f authored almost 7 years ago
Apply fixes from StyleCI (#392)

github.com/tenancy/multi-tenant - e5b98695933333b817a1c50b724b787e2d566694 authored almost 7 years ago
Feature/support 5.6 (#384)

* Updated composer.json

* As of Laravel 5.6 realpath has been added as a true/false argument....

github.com/tenancy/multi-tenant - 3f5575ebfbbed4a404375f9669c709acccadc91d authored almost 7 years ago
Update readme.md

github.com/tenancy/multi-tenant - 55bcd2f227fbc4f7e527388d46020b25537b30fe authored almost 7 years ago
Added backers and sponsors from Open Collective to README.md (#390)

* Added backers and sponsors from Open Collective to README.md

* Update readme.md

github.com/tenancy/multi-tenant - 6335b1682548d10872acf9caedfd396c82e1a575 authored almost 7 years ago
Update readme.md

modified link to patreon, let's move to open collective

github.com/tenancy/multi-tenant - 34efab65329477526ff7d103ac8862d21c931fc9 authored almost 7 years ago
Update readme.md

patreon url update

github.com/tenancy/multi-tenant - 4b28eb4994a91d1612166a3fe0d42ba1f58009ce authored almost 7 years ago
Added onHostname method to TenantAwareJob. (#387)

* Added onHostname method to TenantAwareJob.

This method allows for the tenant the job is awa...

github.com/tenancy/multi-tenant - a7ea124f4ec9552e45cdf4804dc37d9a838b9b45 authored almost 7 years ago
5.x php 7.2 (#379)

* verify compatibility with php 7.2

* wrong partial copied for apache on 7.2

github.com/tenancy/multi-tenant - c0dcd1b15ef3f5aa7dc011c9d1164479f17310b6 authored almost 7 years ago
updated cl related to prefixed routes

github.com/tenancy/multi-tenant - 50f6da1ea56a590a8c2d1cb6c4240b41a2ee1f20 authored almost 7 years ago
found another prefix typo

github.com/tenancy/multi-tenant - d84a17c35814b083e39afb8abcbb87a31b83b172 authored almost 7 years ago
further refactoring

github.com/tenancy/multi-tenant - 91035be7a389b4dd4bde60b1dfb84d78cdd2f76f authored about 7 years ago
cleaned up the use of a $tenant variable as a replicated $hostname

github.com/tenancy/multi-tenant - ab32d28c7cfed62e1b7f8b7b965ab4f752a9b97b authored about 7 years ago
has to activate the correct tenant

github.com/tenancy/multi-tenant - 3e5e906fefda9743a29d4d192b8a76096c219c99 authored about 7 years ago
adding multi translation loader test

github.com/tenancy/multi-tenant - e60e965c24585e1a571ee02018e8d4ba76ee3737 authored about 7 years ago
cleaned up multi loader

github.com/tenancy/multi-tenant - 87839f9ed55b0995bfbd570687a6d021695b1f13 authored about 7 years ago
Improvements to tenant language functionality (#353)

* Fixed bug where language files were not being loaded, enable tenant language files to override...

github.com/tenancy/multi-tenant - 23cb7dcb62ac9e4674fd47486a28be31dec9ab9a authored about 7 years ago
Merge branch '5.x' of github.com:hyn/multi-tenant into 5.x

github.com/tenancy/multi-tenant - 4ea9dd41c78fcc0205cc3b04b0153b5d9e0a16d5 authored about 7 years ago
Update TenantAwareJob.php (#363)

When I was using this trait, I found it annoying that the variable was named `tenant_id`, yet it...

github.com/tenancy/multi-tenant - ca5c5ec4ce2f477830d1d715b30903628a0f8da5 authored about 7 years ago
merged the code to prevent issues in cli, refactored to still allow the env

github.com/tenancy/multi-tenant - 0ff31303287d576dcebcb30401910ce4009763ce authored about 7 years ago
removed obsolete import

github.com/tenancy/multi-tenant - 56f658bcfb1b486ec6967517f693123cc2a7e45d authored about 7 years ago
Merge branch '5.x' into fix_CurrentHostname_uninstantiable_error

github.com/tenancy/multi-tenant - ea649f93e039fceea045b68d0fe338e7b5a9ffcc authored about 7 years ago
Removed need for installation check by not query hostnames when running in cli (#367)

* Default current hostname to null when running in a cli.

* Confirm the package is installed ...

github.com/tenancy/multi-tenant - a00398f1e0a33b060ddb423d38e91ad575c1d91b authored about 7 years ago
Moved definition of CurrentHostname singleton to it's own ServiceProvider so requests for it don't trigger "cannot be instantiated" errors

github.com/tenancy/multi-tenant - 3252712595767bfba0b0c2c0164c536a90e9c54c authored about 7 years ago
Update changelog.md

github.com/tenancy/multi-tenant - 101ba71c9b08b2bbfa17a4fb3971af89ca2c7ade authored about 7 years ago
Use `exists()` method instead of `exists` property on repositories (#360)

* Use `exists()` method instead of `exists` property

* Use `exists()` method instead of `exis...

github.com/tenancy/multi-tenant - cf3759c663727b33b9d8e762bf12bf15859975ed authored about 7 years ago
confirms we can override global translations

github.com/tenancy/multi-tenant - f2502814ae6ea4e418ca90ad4a00ad8bd30545a0 authored about 7 years ago