This repository was archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
ordinarywebguy/mkphpfw
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A custom MVC framework made due to a job application requirement which is a backend PHP programming. It's basically a news / news category administration (CRUD). Installation: Setup virtual host: eg. <VirtualHost *:80> DocumentRoot "/var/www/html/wbp/web" ServerName wbp.local ServerAlias wbp.local <Directory "/var/www/html/wbp/web"> AllowOverride All </Directory> </VirtualHost> Change Db Config: @see Application/Configs/Db.php Import db schema and data: @see _artifacts/db/wbp_schema.sql @see _artifacts/db/wbp_data.sql Check: http://wbp.local
About
Simple PHP MVC framework just for fun!
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published