gecche / laravel-multidomain

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

Installation problem #105

Closed webnatrix closed 7 months ago

webnatrix commented 9 months ago

Paragraph 3 states that it is necessary to replace it with a new Laravel 10, it cannot be commented out //Illuminate\Queue\QueueServiceProvider::class, Gecche\Multidomain\Queue\QueueServiceProvider::class,

And php artisan vendor:publish what exactly to publish is not specified

gecche commented 9 months ago

Hi,

Regarding the first problem, I don't understand what do you mean.

For the publishing section you have to choose my package in the list you get at screen.

Cheers

Giacomo