prestashop / autoindex
自动在所有当前或指定的目录及其所有子目录中添加 'index.php'。
v2.1.0
2022-10-10 08:35 UTC
Requires
- php: ^8.0 || ^7.2
- nikic/php-parser: ^4.10
- symfony/console: ^3.4 || ~4.0 || ~5.0 || ~6.0
- symfony/finder: ^3.4 || ~4.0 || ~5.0 || ~6.0
Requires (Dev)
- phpstan/phpstan: ^0.12.83
- prestashop/php-dev-tools: 1.*
This package is auto-updated.
Last update: 2024-09-10 12:51:14 UTC
README
递归地在所有目录或ZIP文件中自动添加 "index.php" 文件
入门指南
通过 Composer 安装
该项目可以通过 Composer(PHP 包管理器)下载。我们建议将其放在依赖项的 require-dev
部分中,因为它在生产环境中不是必需的。
composer require --dev prestashop/autoindex
通过 git clone 安装
要使用此脚本,请选择以下选项之一开始
- 在 Auto Index 上下载最新版本
- 在 GitHub 上 Fork 此存储库
使用方法
- php-cli:
php bin/autoindex prestashop:add:index (/your/module/path)
如果您想自定义 "index.php" 文件,请在 "源代码" 目录中编辑它