X7ROOT File Manager
Current Path:
/home/mysptejz/public_html/test-stocks/config
home
/
mysptejz
/
public_html
/
test-stocks
/
config
/
ðŸ“
..
📄
app.php
(9.3 KB)
📄
auth.php
(3.71 KB)
📄
broadcasting.php
(1.67 KB)
📄
cache.php
(3.2 KB)
📄
cors.php
(846 B)
📄
database.php
(4.94 KB)
📄
dompdf.php
(10.14 KB)
📄
error_log
(98.67 KB)
📄
filesystems.php
(2.23 KB)
📄
hashing.php
(1.53 KB)
📄
logging.php
(2.98 KB)
📄
mail.php
(3.29 KB)
📄
queue.php
(2.84 KB)
📄
services.php
(950 B)
📄
session.php
(6.88 KB)
📄
view.php
(1.03 KB)
Editing: cors.php
<?php return [ /* |-------------------------------------------------------------------------- | Cross-Origin Resource Sharing (CORS) Configuration |-------------------------------------------------------------------------- | | Here you may configure your settings for cross-origin resource sharing | or "CORS". This determines what cross-origin operations may execute | in web browsers. You are free to adjust these settings as needed. | | To learn more: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS | */ 'paths' => ['api/*', 'sanctum/csrf-cookie'], 'allowed_methods' => ['*'], 'allowed_origins' => ['*'], 'allowed_origins_patterns' => [], 'allowed_headers' => ['*'], 'exposed_headers' => [], 'max_age' => 0, 'supports_credentials' => false, ];
Upload File
Create Folder