gecche / laravel-multidomain

A Laravel extension for using a laravel application on a multi domain setting
MIT License
838 stars 105 forks source link

Horizon without documentation #103

Closed raulamoretti closed 10 months ago

raulamoretti commented 11 months ago

I tried push a append in documentation with:

`#### Horizon install

We need change Provider of Horizon to handle multi domains! Thanks to

Installation steps:

  1. Install Laravel Horizon

  2. Replace the Laravel Horizon import at the very top of the app/Providers/HorizonServiceProvider.php file.

//use Laravel\Horizon\HorizonApplicationServiceProvider;
use Gecche\Multidomain\Horizon\HorizonApplicationServiceProvider;
  1. Ready!`
gecche commented 11 months ago

Thank you very much :) Sorry for the delay... Do you want to create a pull request? So, you will be listed as a contributor.

Cheers

Giacomo

raulamoretti commented 11 months ago

Hey Giacomo!

Yes, please do.

Thanks, Raul

On Tue, Oct 3, 2023 at 4:21 AM gecche @.***> wrote:

Thank you very much :) Sorry for the delay... Do you want to create a pull request? So, you will be listed as a contributor.

Cheers

Giacomo

— Reply to this email directly, view it on GitHub https://github.com/gecche/laravel-multidomain/issues/103#issuecomment-1744350179, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAWYL7IXL3ZGKEW5HOIA4HLX5O4HVAVCNFSM6AAAAAA5GMPCICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBUGM2TAMJXHE . You are receiving this because you authored the thread.Message ID: @.***>

gecche commented 10 months ago

Hi,

finally you didn't create a PR request... however I just updated the docs with your notes. (and not only).

Thanks

Giacomo