library kohana-media
Using the Kohana cascading file system to serve media assets
zeelot/kohana-media
Using the Kohana cascading file system to serve media assets
- Saturday, April 26, 2014
- by Zeelot
- Repository
- 5 Watchers
- 33 Stars
- 16,995 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 15 Forks
- 2 Open issues
- 1 Versions
- 3 % Grown
Taking advantage of the Kohana CFS to serve media files., (*1)
Description
The goal is to be able to package media files with modules without having to copy them to a web
accessible directory. Kohana will serve the media files on the first request and write it to a
public location for any future requests., (*2)