quellabs/canvas-apache 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

quellabs/canvas-apache

最新稳定版本:1.0.1

Composer 安装命令:

composer require quellabs/canvas-apache

包简介

Creates a public folder and copies index.php and .htaccess files

README 文档

README

Automatically creates a public folder in your project root and copies essential files (index.php and .htaccess) during Composer installation.

Installation

composer require quellabs/canvas-apache

What It Does

When installed, this package automatically:

  1. Creates a public/ directory in your project root
  2. Copies index.php - a front controller that loads your application
  3. Copies .htaccess - Apache configuration with URL rewriting and security settings

Files Created

public/index.php

Basic front controller that loads Composer's autoloader and serves as your application entry point.

public/.htaccess

Apache configuration including:

  • URL rewriting to index.php
  • Directory browsing protection
  • Hidden file access denial
  • UTF-8 charset setting

Behavior

  • Files are only copied if they don't already exist
  • Existing files are never overwritten
  • The installer runs automatically on composer install and composer update

Requirements

  • PHP >= 8.2
  • Apache web server (for .htaccess functionality)

License

MIT

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-09-29