FUEL PHP Example Tutorial Part 1 (Config and Run)
Please Subscribe Youtube| Like Facebook | Follow Twitter
Introduction
In this article we will learn how to configure and run Fuel PHP Framework. FuelPHP is a simple, flexible, community driven PHP 5.4+ web framework based on the best ideas of other frameworks with a fresh start.
Tips
Article | URL |
FUEL PHP Example Tutorial Part 1 (Config and Run) | link |
FUEL PHP EXAMPLE TUTORIAL PART 2 (MVC Sample Application) | link |
FUEL PHP EXAMPLE TUTORIAL PART 3 (CRUD MVC Application) | link |
Requirements:
- PHP SERVER (XAMP, WAMP, Laragon)
- FuelPHP Framework
Steps
Follow below steps
1 Download FuelPHP Framework
2 Run the project
1 Download FuelPHP Framework
First Download FuelPHP Framework from here.
Then create new folder “FuelSample” inside webserver root of your choice
For Xamp (Default Window Directory) create new folder “FuelSample” inside C:\xampp\htdocs
For Wamp (Default Window Directory) create new folder “FuelSample” inside C:\wamp\www
For Laragon (Default Window Directory) create new folder “FuelSample” inside C:\laragon\www
We have used Laragon
Then extract downloaded fuelphp framework files inside “FuelSample” Folder
2 Run the project
Run the webserver
Open Web browser and type http://localhost/fuelsample/public
Below Welcome page will appear. If you see this page then you have successfully configured and installed FuelPHP Project.
Conclusion
So in this article we have learned how to configure and run FuelPHP Framework. If you liked the article then please share this site and article. Thanks.
Please Subscribe Youtube| Like Facebook | Follow Twitter