/BaseForMyPHPApps

an microframework to use in my web apps in PHP

Primary LanguageJavaScript

Commands to use this project:

  • composer install
  • composer dump-autoload -o

Database:

  • configure database acces on config/config.php

to run project execute on terminal (on the root directory):

  • php -S localhost:8000 -t public