10000 GitHub - okbach/PureMVC
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

okbach/PureMVC

Repository files navigation

1 install XAMPP or AppServ to set up PHP, MySQL, and phpMyAdmin.

2 copy the project folder to C:\xampp\htdocs\ (or the www directory if using AppServ).

3 Install Composer by running the following commands:

Open Command Prompt (cmd) and navigate to the project directory:

cd C:\xampp\htdocs\{project}
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php -r "unlink('composer-setup.php');" 

4 Install dependencies using Composer:

php composer.phar update

Set up the database:

Open phpMyAdmin and create a new database named mymvc.

Run the database migration or installation script:

php mymvc/start/install.php

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0