Skip to content

eliukblau/php_basic_mvc_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Home-Made Basic MVC System Implementation for PHP

(for educational purposes only)

  1. Clone this repo

  2. Run PHP built-in web server
    php -t ./src -S 127.0.0.1:8080

  3. Test this URLs on your web browser (GET method) or client (Postman, cURL; GET/POST methods):
    http://127.0.0.1:8080/?_=/hola1
    http://127.0.0.1:8080/?_=/hola2

  4. READ THE SOURCE CODE :D

  5. This basic implementation don't includes Middlewares or User Role Management. This things should be you next move! ;)


License

(c) Eliuk Blau 2018
This source code is for educational purposes only. Please don't steal my work.

About

Home-Made Basic MVC System Implementation for PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published