REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 715 B
Close
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Foundation/MaintenanceMode.php
Text
Base64
<?php namespace Illuminate\Contracts\Foundation; interface MaintenanceMode { /** * Take the application down for maintenance. * * @param array $payload * @return void */ public function activate(array $payload): void; /** * Take the application out of maintenance. * * @return void */ public function deactivate(): void; /** * Determine if the application is currently down for maintenance. * * @return bool */ public function active(): bool; /** * Get the data array which was provided when the application was placed into maintenance. * * @return array */ public function data(): array; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Application.php
5.47 KB
lrw-rw-rw-
2025-09-17 06:52:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CachesConfiguration.php
520 B
lrw-rw-rw-
2025-09-17 06:52:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CachesRoutes.php
350 B
lrw-rw-rw-
2025-09-17 06:52:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ExceptionRenderer.php
250 B
lrw-rw-rw-
2025-09-17 06:52:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MaintenanceMode.php
715 B
lrw-rw-rw-
2025-09-17 06:52:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).