Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 544 Bytes

File metadata and controls

13 lines (11 loc) · 544 Bytes

PHP MVC framework

This is an Upload-center project via PHP MVC created for educational purposes.

Installation

  1. Download the archive or clone the project using git

    git clone https://github.com/sajjad-sh/File-Store-PHP-MVC-Framework.git

  2. Create database schema
  3. Edit the core/Database.php with your database information.
  4. Import data.sql to database.
  5. Run composer install in the root directory
  6. Run php -S 127.0.0.1:8080 -t public
  7. Open in browser http://127.0.0.1:5500