X7ROOT File Manager
Current Path:
/var/softaculous/magento247
var
/
softaculous
/
magento247
/
ðŸ“
..
📄
Notes.txt
(3.92 KB)
📄
_config.php
(15.7 KB)
📄
clone.php
(6.83 KB)
📄
config.php
(14.9 KB)
📄
di.xml
(133.37 KB)
📄
edit.php
(4.38 KB)
📄
edit.xml
(433 B)
📄
env.php
(2.13 KB)
📄
fileindex.php
(323 B)
ðŸ“
images
📄
import.php
(7.05 KB)
📄
info.xml
(4.88 KB)
📄
install.js
(2.02 KB)
📄
install.php
(21.98 KB)
📄
install.xml
(1.55 KB)
📄
magento247.sql
(898.88 KB)
📄
magento247.zip
(37.92 MB)
📄
md5
(1.92 KB)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
ðŸ“
php82
📄
pubstatic_.htaccess
(4.29 KB)
📄
remove.php
(2.54 KB)
📄
sample_data.sql
(11.35 MB)
📄
sampledata.zip
(199.79 MB)
📄
vendor.zip
(57.4 MB)
📄
vendor_magento1.zip
(73.2 MB)
📄
vendor_magento2.zip
(3.47 MB)
📄
vendor_magento3.zip
(21.93 MB)
📄
vendorsd_magento1.zip
(74.12 MB)
📄
vendorsd_magento2.zip
(80.52 MB)
📄
vendorsd_magento3.zip
(21.29 MB)
Editing: env.php
<?php return [ 'backend' => [ 'frontName' => '[[admin_folder]]' ], 'remote_storage' => [ 'driver' => 'file' ], 'cache' => [ 'graphql' => [ 'id_salt' => '[[graphql_id_salt]]' ], 'frontend' => [ 'default' => [ 'id_prefix' => '[[id_prefix]]' ], 'page_cache' => [ 'id_prefix' => '[[id_prefix]]' ] ], 'allow_parallel_generation' => false ], 'config' => [ 'async' => 0 ], 'queue' => [ 'consumers_wait_for_messages' => 1 ], 'crypt' => [ 'key' => '[[key]]' ], 'db' => [ 'table_prefix' => '[[dbprefix]]', 'connection' => [ 'default' => [ 'host' => '[[softdbhost]]', 'dbname' => '[[softdb]]', 'username' => '[[softdbuser]]', 'password' => '[[softdbpass]]', 'model' => 'mysql4', 'engine' => 'innodb', 'initStatements' => 'SET NAMES utf8;', 'active' => '1', 'driver_options' => [ 1014 => false ] ] ] ], 'resource' => [ 'default_setup' => [ 'connection' => 'default' ] ], 'x-frame-options' => 'SAMEORIGIN', 'MAGE_MODE' => 'default', 'session' => [ 'save' => 'db' ], 'lock' => [ 'provider' => 'db' ], 'directories' => [ 'document_root_is_pub' => true ], 'cache_types' => [ 'config' => 1, 'layout' => 1, 'block_html' => 1, 'collections' => 1, 'reflection' => 1, 'db_ddl' => 1, 'compiled_config' => 1, 'eav' => 1, 'customer_notification' => 1, 'config_integration' => 1, 'config_integration_api' => 1, 'graphql_query_resolver_result' => 1, 'full_page' => 1, 'config_webservice' => 1, 'translate' => 1 ], 'downloadable_domains' => [ '[[domhost]]' ], 'install' => [ 'date' => '[[_instime]]' ] ];
Upload File
Create Folder