Skip to content

harikt/Assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Assets for Process Wire

Assets module help you to move your index.php file of Process Wire CMS to any part you like. The images, css, js etc will be served via assets for the first time.

On the next time, the requested file will be served by apache for it will be in your document root. ( Assets module will try to copy the file to the document root on the first request)

Known Issues

The file /wire/modules/Jquery/JqueryTableSorter/JqueryTableSorter.js is encrypted data.

So the mimetype detect it as http://www.mime-type.net/application/x-elc/, so is not served.

These modules are provided in core of Processwire, so are marked as exceptional cases.

'/wire/modules/Jquery/JqueryTableSorter/JqueryTableSorter.js'

You want to give appropriate permissions for the assets to write the css, images and js in the web root folder.

Other media types

We may need to add other media types like mp3, mp4, audio etc.

Thanks

Special thanks to Paul M Jones and Aura PHP

Some parts of the code are from Aura.Framework and Aura.View

Aura is a collection of libraries to build your own framework.

About

Help you moving processwire index.php to where ever you want.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages