Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 629 Bytes

File metadata and controls

24 lines (16 loc) · 629 Bytes

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.