f / framework-f
Framework F Yet Another Framework
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 2
Open Issues: 0
Type:project
Requires
- php: >=5.3.0
- f/f-bootstrap-form: v4.1
- f/fruit: 1.0.1
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 :)