Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 468 Bytes

File metadata and controls

executable file
·
26 lines (18 loc) · 468 Bytes

php-structure-basic

This project have a structure of folders to create a new PHP project using MVC and PSR-4 autoload.

How to Run 🔌

Requirements

  • PHP7+
  • Composer

Instructions to run:

  • First, clone the repository and execute
$cd php-structure-basic
$compose install
$cd public_html
$php -s localhost:8000

Now just develop your code :)