Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eviweb/fuelphp-weblib
Weblib package for fuelphp
https://github.com/eviweb/fuelphp-weblib
Last synced: about 1 month ago
JSON representation
Weblib package for fuelphp
- Host: GitHub
- URL: https://github.com/eviweb/fuelphp-weblib
- Owner: eviweb
- License: mit
- Created: 2012-10-03T15:42:43.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2012-10-23T10:23:43.000Z (about 12 years ago)
- Last Synced: 2023-03-25T11:44:17.795Z (over 1 year ago)
- Language: PHP
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fuel PHP Weblib Package
=======================This package adds some features to easily link useful web libraries in a template,
directly from their sources.Wants to use JQuery for example ?
1. enable this package in the application config file as decribed
[here](http://docs.fuelphp.com/general/packages.html "Fuel PHP Package Documentation"),
2. call ``evidev\fuelphp\weblib\Loader::jquery()`` where it is needed
this will produce
````Included Libraries :
* [JQuery](http://jquery.com/)
* [JQuery UI](http://jqueryui.com/)
* [JQuery UI Themes](http://jqueryui.com/themeroller/)
* [Backbone JS](http://backbonejs.org/)
* [Require JS](http://requirejs.org/)
* [Require JS Plugins](http://requirejs.org/)
* [Underscore](http://documentcloud.github.com/underscore/)
* [Zepto JS](http://zeptojs.com/)
* [JSON-js Scripts](https://github.com/douglascrockford/JSON-js)
* [Less CSS](http://lesscss.org/)