X7ROOT File Manager
Current Path:
/home/hamdjcne/app.hamdalillahitravel.com
home
/
hamdjcne
/
app.hamdalillahitravel.com
/
ðŸ“
..
📄
.env
(4.66 KB)
📄
.ftp-deploy-sync-state.json
(283.62 KB)
📄
.ftpquota
(15 B)
📄
.htaccess
(1.63 KB)
📄
.no-header.php-cs-fixer.dist.php
(1.4 KB)
ðŸ“
.well-known
📄
LICENSE
(1.05 KB)
📄
README.md
(21 B)
ðŸ“
app
ðŸ“
assets
ðŸ“
cgi-bin
📄
composer.json
(2.47 KB)
📄
composer.lock
(195.79 KB)
📄
depfile.yaml
(5.01 KB)
📄
env
(4.4 KB)
📄
index.php
(1.3 KB)
📄
manifest.webmanifest
(512 B)
📄
phpstan-baseline.neon.dist
(33.55 KB)
📄
robots.txt
(25 B)
📄
spark
(2.15 KB)
ðŸ“
system
ðŸ“
uploads
ðŸ“
writable
Editing: .no-header.php-cs-fixer.dist.php
<?php declare(strict_types=1); /** * This file is part of CodeIgniter 4 framework. * * (c) CodeIgniter Foundation <admin@codeigniter.com> * * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ use CodeIgniter\CodingStandard\CodeIgniter4; use Nexus\CsConfig\Factory; use Nexus\CsConfig\Fixer\Comment\NoCodeSeparatorCommentFixer; use Nexus\CsConfig\Fixer\Comment\SpaceAfterCommentStartFixer; use Nexus\CsConfig\FixerGenerator; use PhpCsFixer\Finder; $finder = Finder::create() ->files() ->in([ __DIR__ . '/admin', __DIR__ . '/app', __DIR__ . '/public', ]) ->notName('#Logger\.php$#') ->append([ __DIR__ . '/admin/starter/builds', ]); $overrides = [ 'ordered_class_elements' => [ 'order' => [ 'use_trait', 'constant', 'property', 'method', ], 'sort_algorithm' => 'none', ], ]; $options = [ 'cacheFile' => 'build/.no-header.php-cs-fixer.cache', 'finder' => $finder, 'customFixers' => FixerGenerator::create('vendor/nexusphp/cs-config/src/Fixer', 'Nexus\\CsConfig\\Fixer'), 'customRules' => [ NoCodeSeparatorCommentFixer::name() => true, SpaceAfterCommentStartFixer::name() => true, ], ]; return Factory::create(new CodeIgniter4(), $overrides, $options)->forProjects();
Upload File
Create Folder