Search found 2 matches

by deepstyle
05 May 2021, 04:49
Forum: Laravel package
Topic: Custom domain for each sites
Replies: 8
Views: 12377

Re: Custom domain for each sites

Hi
I have installed amieos but I am not able to do this multitenant settings can you help Mr I am ready to pay you
by deepstyle
05 May 2021, 04:48
Forum: Laravel package
Topic: Custom domain for each sites
Replies: 8
Views: 12377

Re: Custom domain for each sites


my conf/shop.php is like this:


<?php

$routes = [];

if( config( 'app.shop_multishop' ) || config( 'app.shop_registration' ) ) {
$routes = ['routes' => [
'admin' => ['prefix' => 'admin', 'middleware' => ['web', 'verified']],
'jqadm' => ['prefix' => 'admin/{site}/jqadm', 'middleware' => ['web ...