PHP Classes

File: config/filament.php

Recommend this page to a friend!
  Packages of Nemeth Zoltan   Cards API PHP   config/filament.php   Download  
File: config/filament.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Cards API PHP
Manage trading cards, decks, games, and creators
Author: By
Last change:
Date: 2 months ago
Size: 151 bytes
 

Contents

Class file image Download
<?php

return [
   
'path' => 'admin',
   
'domain' => null, // vagy 'admin.domain.com'
   
'middleware' => [
       
'web',
       
'auth',
    ],
];