{
    "name": "hutomosungkar/blog-laravel",
    "type": "project",
    "description": "Modern Laravel blog template with SEO optimization, SILO structure, and admin panel",
    "keywords": [
        "laravel",
        "blog",
        "seo",
        "tailwind",
        "cms",
        "template",
        "silo-seo",
        "admin-panel"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Hutomo Sungkar",
            "email": "hello@hutomosungkar.com",
            "homepage": "https://hutomosungkar.com",
            "role": "Developer"
        }
    ],
    "homepage": "https://hutomosungkar.com",
    "support": {
        "email": "hello@hutomosungkar.com",
        "issues": "https://github.com/hutomosungkar/blog-laravel/issues",
        "source": "https://github.com/hutomosungkar/blog-laravel"
    },
    "require": {
        "php": "^8.1",
        "guzzlehttp/guzzle": "^7.2",
        "laravel/framework": "^10.10",
        "laravel/sanctum": "^3.2",
        "laravel/tinker": "^2.8"
    },
    "require-dev": {
        "fakerphp/faker": "^1.9.1",
        "laravel/pint": "^1.0",
        "laravel/sail": "^1.18",
        "mockery/mockery": "^1.4.4",
        "nunomaduro/collision": "^7.0",
        "phpunit/phpunit": "^10.1",
        "spatie/laravel-ignition": "^2.0"
    },
    "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 artisan package:discover --ansi"
        ],
        "post-update-cmd": [
            "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi"
        ],
        "install-project": [
            "@composer install",
            "@php artisan key:generate --ansi",
            "@php artisan storage:link",
            "npm install",
            "npm run build"
        ],
        "setup-project": [
            "@install-project",
            "@php artisan migrate",
            "@php artisan db:seed"
        ],
        "fresh-install": [
            "@install-project",
            "@php artisan migrate:fresh --seed"
        ]
    },
    "extra": {
        "laravel": {
            "dont-discover": []
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}

