Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 443 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 443 Bytes

About

Simple Create, Read, Update and Delete (CRUD) connect to SQLite with MVC Architecture

Todo List

  • clone project git clone https://github.com/archytech99/mvc-sqlite.git
  • run composer install/update
  • create file <your-project-dir>/.config:
    APP_NAME='CRUD SQLite with MVC Architecture'
    DB_CONN=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_NAME=arch_dbase
    DB_USER=root
    DB_PASS=