Skip to content

raisoblast/rakitan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

rakitan

rakitan

Very simple component-based PHP framework

Base Component

Installation

  • Clone the repo
$ git clone https://github.com/raisoblast/rakitan.git
$ cd rakitan
$ composer install
  • or using composer
$ composer create-project raisoblast/rakitan

Web server configuration

Apache

mod_rewrite must be enabled

  • apache 2.2
<Directory "/var/www/rakitan">
    AllowOverride All
    Order allow,deny
    Allow from All
</Directory>
  • apache 2.4
<Directory "/var/www/rakitan">
    AllowOverride All
    Require all granted
</Directory>

Nginx

in progress...

Documentation

in progress...

About

Very simple component-based PHP framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published