Skip to content

awahid101/Mist

Repository files navigation

Mist

Join the chat at https://gitter.im/awahid101/Mist Experimental MVC based php framework

Sample Blog

Create a database name db_mist and run the following sql file

CREATE TABLE `db_mist`.`blog` (
  `id` INT NOT NULL COMMENT '',
  `title` VARCHAR(45) NULL COMMENT '',
  `content` TEXT(500) NULL COMMENT '',
  PRIMARY KEY (`id`)  COMMENT '');

#TODO List Upload demo Add RESTful routing Improve the framework for php7 (Maybe)

About

Experimental mvc based php framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages