Skip to content

archytech99/mvc-sqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=