Download the PHP package quellabs/canvas-apache without Composer
On this page you can find all versions of the php package quellabs/canvas-apache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download quellabs/canvas-apache
More information about quellabs/canvas-apache
Files in quellabs/canvas-apache
Download quellabs/canvas-apache
More information about quellabs/canvas-apache
Files in quellabs/canvas-apache
Vendor quellabs
Package canvas-apache
Short Description Creates a public folder and copies index.php and .htaccess files
License
Package canvas-apache
Short Description Creates a public folder and copies index.php and .htaccess files
License
Please rate this library. Is it a good library?
Informations about the package canvas-apache
Public Folder Installer
Automatically creates a public folder in your project root and copies essential files (index.php and .htaccess) during Composer installation.
Installation
What It Does
When installed, this package automatically:
- Creates a
public/directory in your project root - Copies
index.php- a front controller that loads your application - 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 installandcomposer update
Requirements
- PHP >= 8.2
- Apache web server (for .htaccess functionality)
License
MIT
All versions of canvas-apache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
composer-plugin-api Version ^2.0
composer-plugin-api Version ^2.0
The package quellabs/canvas-apache contains the following files
Loading the files please wait ...