Though I never got a chance to use multi-tenancy (which by the way is great) myself, but if all the...
If the databases for all applications are different, and you might require CORS (Cross-Origin Resour...
What You can do is to define a hidden field like this: <input type="hidden" id='myURL'...
Make use of conditional clauses: https://laravel.com/docs/5.4/queries#conditional-clauses This shoul...
Conditional Clauses may help you: https://laravel.com/docs/5.4/queries#conditional-clauses
The Laravel portal for problem solving, knowledge sharing and community building.