Jori Stein

Results 16 comments of Jori Stein

It is true most of the users have only one domain per tenant. Storing the domain in a column would save a query. Adding such a feature would probably mean...

I think you need to move your feature to [archtechx/virtualcolumn](https://github.com/archtechx/virtualcolumn) which is the package that transfers the column into the table column `data`. Otherwise you'll need to use Laravel the...

@sasokovacic For the record there is another solution if you do not want to change your script and continue with `tenancy:migrate`. Please note this solution kind of a band-aid. In...

Using Passport with hyn/multi-tenant is tricky.... I think you need to follow this Medium post (it is old, but I think it still holds true on how to make Passport...

@PelixMedia Can you show your imports at the top of your file (`use Maatwebsite\Excel` etc.) ?

I'm don't follow @assada, it's already on master. Also you should have access to change my MR, so feel free to do so and comply to your package and merge...