Card + Products
This commit is contained in:
parent
5ff57a21a7
commit
c129a44383
38 changed files with 4489 additions and 1789 deletions
|
|
@ -4,6 +4,7 @@ namespace App\Http\Controllers;
|
|||
|
||||
|
||||
|
||||
use App\Http\Controllers\Api\KasController;
|
||||
use App\Models\Account;
|
||||
use App\Repositories\UserRepository;
|
||||
use App\User;
|
||||
|
|
@ -30,6 +31,23 @@ class AdminUserController extends Controller
|
|||
*/
|
||||
public function index()
|
||||
{
|
||||
$kas = new KasController();
|
||||
$pra = array(
|
||||
'subdomain_name' => 'test',
|
||||
'domain_name' => 'mivita.care',
|
||||
'subdomain_path' => '/mein.mivita.care/public/',
|
||||
//'php_version' => '7.1',
|
||||
//'ssl_proxy' => 'Y',
|
||||
//'redirect_status' => 0
|
||||
|
||||
|
||||
);
|
||||
//add_subdomain
|
||||
$req = $kas->action('get_subdomains');
|
||||
//"is_active"]=> string(1) "Y" ["in_progress"
|
||||
|
||||
var_dump($req);
|
||||
die();
|
||||
$data = [
|
||||
//'values' => User::where('admin', 0)->get(),
|
||||
'values' => User::where('confirmation_code_remider', '!=', 2)->get(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue