Skip to content

A repository for studying and practicing PHP with MVC architecture

Notifications You must be signed in to change notification settings

ardosobral/my-first-mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First MVC

Based on this repository: simple-php-mvc-starter, my goal with this project is:

  • Add at least two database connections;
  • Implement assets layer and compilation;
  • Add a simple documentation with a diagram of classes;

To execute:

  1. Clone the project;
  2. composer dump-autoload;
  3. php -S localhost:8001 -t public

About

A repository for studying and practicing PHP with MVC architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages