google85 / php-mvc-core
PHP MVC - core package
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/google85/php-mvc-core
README
php-mvc-core
PHP MVC core package, based on TheCodeHolic's video
Video src: @https://www.youtube.com/watch?v=6ERdu4k62wI&
Last update: 2022-05-18
Contains:
-
models for registration, user
-
form models
-
migrations with methods for creating / running them
Usage:
- As it is also published on package list website, it must be installed via composer
$ composer require google85/mvc-core
Changelog:
-
2022-05-18
- added LICENSE file
- also in composer.json
- added badge of total downloads
- small fixes
-
2022-03-11
- added textareaField() method in Form