A very basic integration of Redbean into Kohana v3.3.
- Add as Kohana module.
- Get redbean repo by running
git submodule update --init
from within the redbean module directory. - Copy the config/redbean.php to your application/config/redbean.php and add your DB settings.
- Check out Redbean's documentation.
- This code is very early and is only enough to get something working ATM.
- I'm building this with Kohana v3.3 in mind.