Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64
Microsoft-IIS/10.0
Server IP : & Your IP : 3.140.247.39
Domains :
Cant Read [ /etc/named.conf ]
User : elibrary.unsap.ac.id
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Lock Shell
Lock File++
Readme
D: /
localhost /
kepegawaian /
Delete
Unzip
Name
Size
Permission
Date
Action
.git
[ DIR ]
drwxrwxrwx
2025-04-03 22:02
app
[ DIR ]
drwxrwxrwx
2022-12-31 13:55
bootstrap
[ DIR ]
drwxrwxrwx
2022-12-31 13:55
config
[ DIR ]
drwxrwxrwx
2022-12-31 13:55
database
[ DIR ]
drwxrwxrwx
2022-12-31 13:55
public
[ DIR ]
drwxrwxrwx
2025-04-03 22:02
resources
[ DIR ]
drwxrwxrwx
2022-12-31 13:55
routes
[ DIR ]
drwxrwxrwx
2022-12-31 13:55
storage
[ DIR ]
drwxrwxrwx
2022-12-31 13:55
tests
[ DIR ]
drwxrwxrwx
2022-12-31 13:55
vendor
[ DIR ]
drwxrwxrwx
2022-12-31 13:57
.DS_Store
8
KB
-rw-rw-rw-
2022-12-31 13:55
.editorconfig
276
B
-rw-rw-rw-
2022-12-31 13:55
.env
974
B
-rw-rw-rw-
2022-12-31 14:07
.env.example
951
B
-rw-rw-rw-
2022-12-31 13:55
.gitattributes
162
B
-rw-rw-rw-
2022-12-31 13:55
.gitignore
222
B
-rw-rw-rw-
2022-12-31 13:55
.styleci.yml
208
B
-rw-rw-rw-
2022-12-31 13:55
README.md
154
B
-rw-rw-rw-
2022-12-31 13:55
artisan
1.7
KB
-rw-rw-rw-
2022-12-31 13:55
composer.json
1.9
KB
-rw-rw-rw-
2022-12-31 13:55
composer.lock
308.02
KB
-rw-rw-rw-
2022-12-31 13:55
package.json
491
B
-rw-rw-rw-
2022-12-31 13:55
phpunit.xml
1.2
KB
-rw-rw-rw-
2022-12-31 13:55
server.php
584
B
-rw-rw-rw-
2022-12-31 13:55
webpack.mix.js
576
B
-rw-rw-rw-
2022-12-31 13:55
Save
Rename
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true" > <testsuites> <testsuite name="Unit"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> <testsuite name="Feature"> <directory suffix="Test.php">./tests/Feature</directory> </testsuite> </testsuites> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">./app</directory> </include> </coverage> <php> <server name="APP_ENV" value="testing"/> <server name="BCRYPT_ROUNDS" value="4"/> <server name="CACHE_DRIVER" value="array"/> <!-- <server name="DB_CONNECTION" value="sqlite"/> --> <!-- <server name="DB_DATABASE" value=":memory:"/> --> <server name="MAIL_MAILER" value="array"/> <server name="QUEUE_CONNECTION" value="sync"/> <server name="SESSION_DRIVER" value="array"/> <server name="TELESCOPE_ENABLED" value="false"/> </php> </phpunit>