Model View Controller (MVC) framework based on tutorials I have been following from Freeskills on YT.
Beginning on Friday, June 15, 2024 all updates are driven by me unless other contributors are involved.
Complete documentation including the "Getting Started" guild describe below can be found within the framework after setup.
The Model View Controller is a style of programming that allows developers to efficiently manage interactions between users, the user interface, and the database of a web application. The models manages the data, logic and rules of the application. The views are what the user sees and interacts with. Finally, the controller manages interactions between the user, views, and models.
It supports everything described above. This sample application natively comes with support for user login, registration, and sessions associated with each user.
git clone git@github.com:chapmancbVCU/custom-php-mvc-framework.git
php run_migrations.php
http://localhost/project_name/run_migrations.php
chmod 777 profileImage
sudo chown -R %USERNAME%:%GROUP% profileImage/
Where %USERNAME% is the name of the account you are developing in and %GROUP% is the name of group associated with your server. In XAMPP it would be daemon and in Nginx it maybe nginx or a something else depending on the instructions you followed to setup your server.composer require vlucas/phpdotenv
composer require tinymce/tinymce
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。