04/02
2015
dev-master
9999999-dev
New BSD License
The Requires
php composer require bazalt/thumbs
Or just add this config to your composer.json, (*1)
{ "require": { "bazalt/thumbs": "dev-master" } }
Nginx:, (*2)
location /static/ { root /www/public; try_files $uri /index.php?file=$uri; }
Apache:, (*3)
RewriteCond %{REQUEST_URI} ^(/static/) RewriteCond %{SCRIPT_FILENAME} !-f RewriteRule ^(.*)$ thumb.php?file=$1 [L]
New BSD License