Skip to content

Hey, This is my own written php mvc based framework for you guys mean its totally free you can create your web app with it in mvc pattern !

Notifications You must be signed in to change notification settings

Moix1/Mini-PHP-MVC-Based-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hey, This is my own written php mvc based framework for you guys mean its totally free you can create your web app with it in mvc pattern !

===========REQUIREMENTS==================

PHP: v7.0+
MYSQL: 4.7.0.1+
Web Server: Apache/2.4.33
PHP version: 7.2.5
Apache Server: I used Xampp, You can use MAMP/WAMP etc


==========What you have to change ? ============


-----For Rewrite Access file------
You have to change few things first of all, Go to .htaccess file of Framework root folder->public, Change the line of code called: RewriteBase /mbmvc/public which is code no# 4 of that file, change /mbmvc/public with your project name mean for example you have project folder with name of myproject then change mbmvc with myproject, I hope this make since,

------ For Database File----


You will see folder with name of app inside mbmvc of framework root, Then got to this folder called app/config/config.php there you will see database config code change following credentials with your credentials :

// DB Params
define('DB_HOST', 'localhost');
define('DB_USER', 'YOUR_USER');
define('DB_PASS', 'YOUR_PASS');
define('DB_NAME', 'YOUR_DBNAME');


// App Root
define('APPROOT', dirname(dirname(FILE)));

// Url Root
define('URLROOT', 'YOUR_WEB_URL');

//Site Name
define('SITENAME', 'YOUR_SITE_NAME');


Thats all according to me for you to start with your project, If you still face any problem feel free to get in touch with me or create problem in comment section I will be happy to assist you !

Thanks for reading
Moiz

About

Hey, This is my own written php mvc based framework for you guys mean its totally free you can create your web app with it in mvc pattern !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages