Hi i am trying to make the package of the jquery chat so what is the best way to do it.As it contains js and css files and the some ajax content used in it so what is the best way to make a package or module ? need help
If you need some actions to be routeable (mapped in the URL), you need a module. Else you need a package.
Unfortunately, FuelPHP doesn't have a way to include assets in modules, so you'll have to copy them in your public folder.