PHP 8.2.31
Preview: composer.json Size: 2.36 KB
/var/softaculous/laravel/composer.json

{
    "$schema": "https://getcomposer.org/schema.json",
    "name": "laravel/laravel",
    "type": "project",
    "description": "The skeleton application for the Laravel framework.",
    "keywords": ["laravel", "framework"],
    "license": "MIT",
    "require": {
        "php": "^8.2",
        "laravel/framework": "^11.31",
        "laravel/tinker": "^2.9"
    },
    "require-dev": {
        "fakerphp/faker": "^1.23",
        "laravel/pail": "^1.1",
        "laravel/pint": "^1.13",
        "laravel/sail": "^1.26",
        "mockery/mockery": "^1.6",
        "nunomaduro/collision": "^8.1",
        "phpunit/phpunit": "^11.0.1"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@[[php_binary]] artisan package:discover --ansi"
        ],
        "post-update-cmd": [
            "@[[php_binary]] artisan vendor:publish --tag=laravel-assets --ansi --force"
        ],
        "post-root-package-install": [
            "@[[php_binary]] -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@[[php_binary]] artisan key:generate --ansi",
            "@[[php_binary]] -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
            "@[[php_binary]] artisan migrate --graceful --ansi"
        ],
        "dev": [
            "Composer\\Config::disableProcessTimeout",
            "npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1\" \"php artisan pail --timeout=0\" \"npm run dev\" --names=server,queue,logs,vite"
        ]
    },
    "extra": {
        "laravel": {
            "dont-discover": []
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true
        },
        "cache-dir": "[[softpath]]/cache"
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}

Directory Contents

Dirs: 6 × Files: 15

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2026-06-04 02:32:08
Edit Download
php53 DIR
- drwxr-xr-x 2026-06-04 02:32:08
Edit Download
php56 DIR
- drwxr-xr-x 2026-06-04 02:32:08
Edit Download
php71 DIR
- drwxr-xr-x 2026-06-04 02:32:08
Edit Download
php81 DIR
- drwxr-xr-x 2026-06-04 02:32:08
Edit Download
php82 DIR
- drwxr-xr-x 2026-06-04 02:32:08
Edit Download
1.10 KB lrw-r--r-- 2025-01-03 09:54:44
Edit Download
312 B lrw-r--r-- 2024-03-20 06:51:28
Edit Download
4.19 KB lrw-r--r-- 2024-03-20 06:51:28
Edit Download
2.36 KB lrw-r--r-- 2024-11-22 11:43:46
Edit Download
271 B lrw-r--r-- 2024-11-29 10:38:42
Edit Download
4.15 KB lrw-r--r-- 2026-06-03 12:36:18
Edit Download
2.74 KB lrw-r--r-- 2026-06-02 05:59:20
Edit Download
924 B lrw-r--r-- 2021-12-23 10:18:42
Edit Download
4.32 KB lrw-r--r-- 2026-06-03 12:36:18
Edit Download
216 B lrw-r--r-- 2024-03-20 06:51:28
Edit Download
5.45 KB lrw-r--r-- 2026-06-02 05:59:20
Edit Download
26.71 MB lrw-r--r-- 2026-06-02 05:59:20
Edit Download
6.67 KB lrw-r--r-- 2026-06-03 12:36:16
Edit Download
1.12 KB lrw-r--r-- 2024-07-30 10:41:32
Edit Download
2.59 KB lrw-r--r-- 2026-06-03 12:36:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).