Skip to content

Mr-vero/Framework-F

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Framework-F

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 :)