laravel-multidomain icon indicating copy to clipboard operation
laravel-multidomain copied to clipboard

A Laravel extension for using a laravel application on a multi domain setting

Results 13 laravel-multidomain issues
Sort by recently updated
recently updated
newest added

Question: does this work with Jetstream on Laravel 9, because I can't get past through the error "Please provide a valid cache path" on a second domain?

I don't have an issue, just wanted to drop a line and tell you this is one of those simple and clever things. I have been fiddling with multi-tenant Laravel...

Hi, I am using Laravel 8 and gecche/laravel-multidomain 4.2. The command schedule:work not passing the domain to the next level command. But schedule:run works fine. Thank you for your time,...

How should I use this tool if I have an application that shares the same database on all domains? For example, If i have this tables Products Settings Menus Would...

Hey Folks, I was able to put my project (which use laravel-multidomain) to work with octane (swoole), with no additional effort it is able to run cli commands. But when...

Hi, first thanks for this package. I'm making some tests and i found maybe an issue. I'm connected on my site a. I write a log info from a http...

Maybe I haven't read the documentation enough, but is there a way to do some artisan task for all domains? Something like: ``` php artisan --all-domains cache:clear php artisan --all-domains...

Hello With this package, how can I change the database from the code? for example from a Laravel controller? I have tried to make a request with http client: example...

Hello all, somehow I do not get on at the moment. Maybe it just does not work, or I have overlooked something. In my project I have several domains and...

Hey Giacomo! Some time ago I opened a issue to config horizon. Now I have a problem with memory / queues. We run 70 domains, with huge queues, 4 queues...