f/framework-f

Framework F Yet Another Framework

v0.1.3 2016-10-13 01:10 UTC

This package is not auto-updated.

Last update: 2024-03-16 16:53:07 UTC


README

Yet Another Framework

Requirements

PHP 5.3 and up

Installation

Create a directory in your localhost folder and clone this project

or

Just download the source file from Github copy and paste into your localhost folder

or using composer create-project

composer create-project f/framework-f

Edit .htaccess file

Now open your .htaccess file on root folder and change all 'framework-f' words with your directory name

Composer

Now before start the party, open your command and open your root folder then type composer install if the process is success you will see a vendor folder under the public folder

Final

Open your project on your web browser http://localhost/your_directory

if you see the framework f welcome message then you had succesfully installed framework f :)