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

refactored the abort a bit

github.com/tenancy/multi-tenant - d5a195bc35764c3a57cb0e330f728314c343f16c authored about 7 years ago
Invalid Hostname detection broken (#346)

* Invalid Hostname detection broken

I was having significant difficulty getting my site to 40...

github.com/tenancy/multi-tenant - 029bcb37bdf687cd94a5f69b557654174262cb5d authored about 7 years ago
sending updated event should regenerate configs if touched

github.com/tenancy/multi-tenant - a56a216e7b6ccbeed60cc50d85535525790495da authored about 7 years ago
Fixing typo (#345)

github.com/tenancy/multi-tenant - b2d78c9111bf42b95498c6990e1bd7ecd20f6b38 authored about 7 years ago
Update tenancy.php

removed some links to old docs

github.com/tenancy/multi-tenant - 1f7baf01d2efcbeff8f046fb763a485b842a2447 authored about 7 years ago
Update webserver.php

no need to keep a config section that isn't being used

github.com/tenancy/multi-tenant - db12157560a681d38034dcfd0c60f15e81685244 authored about 7 years ago
Add restore command (#326)

* Add RestoreCommand to restore tenant db.

* Trying to purge connection before deleting.

*...

github.com/tenancy/multi-tenant - e6364f5ed18e72a2f51681394292fd17dcf664f2 authored about 7 years ago
made early identification togglable through env

github.com/tenancy/multi-tenant - bc23ff5fd5cd591dcf6bc0a437df3631de0e992d authored about 7 years ago
fixes #310 support for queue handling (#333)

* fixes #310, adds trait replacing SerializesModels that can revive the active hostname

* App...

github.com/tenancy/multi-tenant - dcd99a10953708bbbfc4acbb0c2ce7d17a4d4145 authored about 7 years ago
Update webserver.php

Fix typos

github.com/tenancy/multi-tenant - 617bc0007f3aaf7b9535481f4935ae6c4aa86813 authored about 7 years ago
Update webserver.php

fixes #327

github.com/tenancy/multi-tenant - 668b3c7b1499d8a8bd23b006ea124433adad1f3a authored about 7 years ago
Apply fixes from StyleCI (#320)

github.com/tenancy/multi-tenant - 0e7e51801c038c5a969b0a6ce8568c6924b5965f authored about 7 years ago
fixed duplicate configuration logic, now registering the middlewares and adding ability to eager load environment

github.com/tenancy/multi-tenant - 2155a38c456d98f1f496005bdec5c8dc2cee4d0c authored about 7 years ago
Delete CODE_OF_CONDUCT.md

github.com/tenancy/multi-tenant - 4adf0b09570faf937d642a6d224f756091626e5d authored about 7 years ago
Create CODE_OF_CONDUCT.md

github.com/tenancy/multi-tenant - 63e570bbdc69b4eb485be36b4175ea96aa3da413 authored about 7 years ago
Apply fixes from StyleCI (#316)

github.com/tenancy/multi-tenant - cd6b69709a6e5133a1763706921dbd526267f756 authored about 7 years ago
Update LoadsConfigsTest.php

initial value check

github.com/tenancy/multi-tenant - 28283cccdcbbf6f17c7519812cf671da43968e85 authored about 7 years ago
fixes tenant configs creating arrays out of existing config values

github.com/tenancy/multi-tenant - b19bfffd2749b87f923a56a9fde24f7b543f4b52 authored about 7 years ago
Merge pull request #315 from hyn/bug-fix-artisan-calls-production

Forcing artisan calls.

github.com/tenancy/multi-tenant - c48b3d251b368193d7884621fab8fa3eefbf9e54 authored about 7 years ago
Forcing artisan calls. When on production, this is needed, otherwise artisan will prompt an "Are you sure you want to run this on production" message.

github.com/tenancy/multi-tenant - 002d7d0b4bc1d2d00b466abadcc9c04c92aea553 authored about 7 years ago
Merge pull request #314 from julianfox/bugfix/missed_process_class_import

Import missed Process class in NginxGenerator

github.com/tenancy/multi-tenant - 27e13d34d53cd12fdf433be933dd4f49d9e3ffaa authored about 7 years ago
Import missed Process class in NginxGenerator

github.com/tenancy/multi-tenant - a751cc81e4ab1a40dfc7f74c8676239263b63344 authored about 7 years ago
Update Connection.php

github.com/tenancy/multi-tenant - 3efe0105ea42834ddc707817a11cf25848f0ef5e authored about 7 years ago
[skip ci] cl 5.0.11

github.com/tenancy/multi-tenant - 4bd45014ee7f0111ad35962d6a960e7ac875f1dd authored about 7 years ago
missing migrations, reset to previous behavior

github.com/tenancy/multi-tenant - d49c16d18da36ec97c43d5554ad1adf2b6872e81 authored about 7 years ago
fixes #307, undo auto publishing of migrations

github.com/tenancy/multi-tenant - 8161e2d4482368c02728bb5205f0adf0d3e68be1 authored about 7 years ago
fixes #306, by using models in seeder these would fail (#313)

* fixes #306, by using models in seeder these would fail

* drop unnecessary config key

github.com/tenancy/multi-tenant - 7bb5edd9b998ea76d267bd7b9efe08b7481dc913 authored about 7 years ago
clean some code (#304)

cleanliness is next to managerliness

github.com/tenancy/multi-tenant - a93aad230699c91d8e64d75e5c9dcd7e5f04e4b6 authored about 7 years ago
renamed testing namespace

github.com/tenancy/multi-tenant - a90f26215af6575232a2d629808f7f57bb0ddb26 authored about 7 years ago
Merge pull request #302 from Thijmen/patch-1

Update Customer.php

github.com/tenancy/multi-tenant - 2a2dbf2809b9526dc97cabfa0e93b1c0b3320dd0 authored about 7 years ago
Update Customer.php

github.com/tenancy/multi-tenant - cd9c3359a723c332eb32d20ec3b501e2eb43c06d authored about 7 years ago
Update Customer.php

This broke my setup, this should be websites ofcourse in stead of customers.
In the future I'll...

github.com/tenancy/multi-tenant - acdf355b58ac2a6eae0060ce9da73159bb9362bf authored about 7 years ago
missing readme link to packagist

github.com/tenancy/multi-tenant - a29bc9954e6e75889997a6dda1c60731674aa1da authored about 7 years ago
process to restart apache/nginx never fired

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

github.com/tenancy/multi-tenant - 60741a2b0667733712059a55f16348bacf191217 authored about 7 years ago
changelog 5.0.8

github.com/tenancy/multi-tenant - 2d01d5999f434e0142aff76047c82774ba3d703d authored about 7 years ago
Apply fixes from StyleCI (#301)

github.com/tenancy/multi-tenant - a7a9a790a97813dab796e8ec130d6aed8a6de7fa authored about 7 years ago
added tests for facade

github.com/tenancy/multi-tenant - bcd4fda5eab1c8f0492d27f23704d11e3dfde6c1 authored about 7 years ago
Apply fixes from StyleCI (#300)

github.com/tenancy/multi-tenant - 2192ae3446d1949bb07f9aedd12a4579f3c94a72 authored about 7 years ago
dropped model observer abstract

github.com/tenancy/multi-tenant - 3cbd02ee5757f6cf7c3d51e3763c1b2b1fcb1972 authored about 7 years ago
improved auto migrating logic

github.com/tenancy/multi-tenant - b96e74e8217197e31bee8e85598ba4be2b983bae authored about 7 years ago
removed unnecessary import, readied up changelog for next release [skip ci]

github.com/tenancy/multi-tenant - e75d185d44ddbb191e1cd6c852512895f12d8cdf authored about 7 years ago
demand path, realpath or configured tenant-migrations-path, otherwise erroring out on running migrations

github.com/tenancy/multi-tenant - d9aafe6993a8eab29a90186042a32c3e1b576a21 authored about 7 years ago
made current hostname extending hostname, fixed issue with environment ioc binding of current hostname

github.com/tenancy/multi-tenant - aebfb97c08692f7bd1db0d32bb8c2811316c1ce8 authored about 7 years ago
lets make ci happy, :sunny: fixes the issue with CurrentHostname vs Hostname contracts in tests

github.com/tenancy/multi-tenant - 2c96c70e005d4faecc61002c27d5cb92b658c652 authored about 7 years ago
Update HostnameActions.php

removed duplicate import of Hostname and removed duplicate typehint on property

github.com/tenancy/multi-tenant - ff99bb3e4c8ed7b52a651a09d18fd1ba78898d6b authored about 7 years ago
Update tenancy.php

github.com/tenancy/multi-tenant - 144464d4559e5892de1f6dc831b34f3ff717409e authored about 7 years ago
Customizable Models (#298)

* add ability to change models

* remove some PHPDoc fluff

Also gitignore stuff.

github.com/tenancy/multi-tenant - 1838e82502c78df50f9fe15d162782c8d3c0143d authored about 7 years ago
Update readme.md

return of the awesome badge

https://twitter.com/awesome__re/status/923561107234656256

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

github.com/tenancy/multi-tenant - c092255bb1ca354d3a89596ac4eda9e222fa55b9 authored about 7 years ago
moved logic of abstracts to traits as they have precedence anyway

github.com/tenancy/multi-tenant - dd4c217a3b1b1e1c85915c0bfa852baad6adc827 authored about 7 years ago
Update tenancy.php

document that an absolute path is required for migrations

github.com/tenancy/multi-tenant - 81038fd15a8ead1c165a27211c4a40226bdaf8fd authored over 7 years ago
moved to process (#293)

github.com/tenancy/multi-tenant - e7ee70f5de2e7aec6e2abd23bf3ffdc3894eee64 authored over 7 years ago
Update config.yml (#292)

* Update config.yml

* its DB_HOST not DB_HOSTNAME

github.com/tenancy/multi-tenant - 9f57deba8d9859a8bb8d5238af9ac0227be93553 authored over 7 years ago
Update config.yml

haven't even set hostname of dbs

github.com/tenancy/multi-tenant - cc12c17f48f5628ce16888bcf0232cafb2b4b40e authored over 7 years ago
changelog for 5.0.5

github.com/tenancy/multi-tenant - 98b27fbbdbf163b3ac3002de5a0560a1b3710e5f authored over 7 years ago
284 fixes validation (#291)

* allows %id% in validation rules

* missing model replacement

* fixing the update

* cov...

github.com/tenancy/multi-tenant - 8eee3e9e714523308e97211c83f1240e67c68667 authored over 7 years ago
Update readme.md

[skip ci] fixed codecov badge

github.com/tenancy/multi-tenant - 4be958d16f0f74a919164d3f30a616abc51122ee authored over 7 years ago
post the coverage file

github.com/tenancy/multi-tenant - 3a81deb834ff8ab84f0e52d973ade5c092822409 authored over 7 years ago
duplicated coverage build

github.com/tenancy/multi-tenant - eeb8600cc2be4ef2dc8b809cd58b976bdf4f1191 authored over 7 years ago
coverage fix and remove gitlab-ci

github.com/tenancy/multi-tenant - 379051f23f73e35af8e1518fa6fb24f12b9399cb authored over 7 years ago
makes sense to install dependencies :roll_eyes:

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

github.com/tenancy/multi-tenant - 0e6d005a4b508f666d8ee2cbd213f370ff9bc20b authored over 7 years ago
use previous xdebug enabling method

github.com/tenancy/multi-tenant - 2d030ca9628c373c2aaee2e584b591ec5a5c452e authored over 7 years ago
Update readme.md

github.com/tenancy/multi-tenant - e0612886a946ccb66d71bf76b3f4d375eabb5036 authored over 7 years ago
exit code due to return value of bash conditional

github.com/tenancy/multi-tenant - d99db256ad6254293707f5515da0b15fca46a276 authored over 7 years ago
adds code coverage

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

github.com/tenancy/multi-tenant - 550e4ea93dffcafb7efc03254188244e660dfaa2 authored over 7 years ago
cleaned up the readme

github.com/tenancy/multi-tenant - 025942f9143f696ceb0bd140f7070b32ba019271 authored over 7 years ago
split up tests properly, now added migration from configuration, fixes #283

github.com/tenancy/multi-tenant - f35aa2c9a3d1bfdde088e9e050f1cb85d614366a authored over 7 years ago
Fixes Maintenance-mode on the middleware (#281)

* Fixes Maintenance-mode on the middleware

* Splitted test + more usages.

* Update Environ...

github.com/tenancy/multi-tenant - 9074ed8c283d971cc836289d4ca28b025883752a authored over 7 years ago
Apply fixes from StyleCI (#282)

github.com/tenancy/multi-tenant - 19054087e6f52e0d9a1afa644b6f95466583e66f authored over 7 years ago
Improved validation of hostnames (#280)

* Improved validation of hostnames

* Added website_id validation and deleting hostnames is no...

github.com/tenancy/multi-tenant - bf59661dd7606b3e6bd6af46399c3d3dac6ca15f authored over 7 years ago
changelog for 5.0.4

github.com/tenancy/multi-tenant - 07968e43d42e96d0005d376ed583acdc6515644e authored over 7 years ago
fixes caching issues when switching hostname fqdn or website uuid

github.com/tenancy/multi-tenant - 27e7559f512812587cb6af68b3a5016ee7c228eb authored over 7 years ago
Apply fixes from StyleCI (#279)

github.com/tenancy/multi-tenant - 180e69fad0a54db71d0acba8401693185419a228 authored over 7 years ago
added release notes for 5.0.3

github.com/tenancy/multi-tenant - 4facd14f0d91f773fdb419071af81b68d3285de7 authored over 7 years ago
Merge branch 'seed-patch' into '5.x'

Seed patch

See merge request hyn-me/multi-tenant!3

github.com/tenancy/multi-tenant - 29d9c44db123f92e198b50c01c5e8dd3c94888fc authored over 7 years ago
fixed the merger, ci and lots of minor stuff fixes #275 fixes #265 adds #270

github.com/tenancy/multi-tenant - 222187979750cc93b2b699d09553c817da16a951 authored over 7 years ago
Update HostnameIdentification.php (#274)

we need to use HTTP_HOST not SERVER_NAME

github.com/tenancy/multi-tenant - 496e15e4ed2709a54018598790bc7ea94b900a2e authored over 7 years ago
Apply fixes from StyleCI (#272)

github.com/tenancy/multi-tenant - 6dda16693fa652604a529e30dfcada11be77e453 authored over 7 years ago
Seeds after creating website (#271)

* - Added option to seed a created website after creating.
- Added option to the tenancy:db:see...

github.com/tenancy/multi-tenant - 0648eb3b117b5eea6bd168e2ef04f057fc81291e authored over 7 years ago
Update server.blade.php

fixed media alias rewriting

github.com/tenancy/multi-tenant - d70e1fc48821ed6f2178e205cce9422487fb8453 authored over 7 years ago
improved changelog

github.com/tenancy/multi-tenant - 183d34abb349f593b45fb9b16bbd71333ec91149 authored over 7 years ago
Apply fixes from StyleCI (#264)

github.com/tenancy/multi-tenant - ae32245f15ac921f4557cc4054e522c18c384d6a authored over 7 years ago