mirror of
https://github.com/mrclay/minify.git
synced 2025-08-19 12:21:20 +02:00
Improves README and add install doc page
Shows how to install as a composer dependency
This commit is contained in:
11
example.index.php
Normal file
11
example.index.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
// template file for creating your own Minify endpoint
|
||||
|
||||
// remove this
|
||||
die('disabled');
|
||||
|
||||
// adjust this path as necessary
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
$app = new \Minify\App(__DIR__);
|
||||
$app->runServer();
|
Reference in New Issue
Block a user