jakobjp
Results
2
issues of
jakobjp
I'm having some trouble using the Former plugin for Laravel, to handle forms & fields. The use-case is an "edit"-form for a given model. ``` Former::text('title') ->label('Title') ->value( $title );...
Bug
### Bug description Case using InitializeTenancyByDomainOrSubdomain Central domain: **tms.test** Tenant 1 Subdomain: **test1.tms.test** Tenant 1 Domain: **test1-tms.test** (Does not work) Alternative Tenant 1 Domain: **test1-tenant.test** (Does work) Conclusion: The tenant...
bug