This is an Upload-center project via PHP MVC created for educational purposes.
- Download the archive or clone the project using git
git clone https://github.com/sajjad-sh/File-Store-PHP-MVC-Framework.git
- Create database schema
- Edit the
core/Database.php
with your database information. - Import
data.sql
to database. - Run
composer install
in the root directory - Run
php -S 127.0.0.1:8080 -t public
- Open in browser http://127.0.0.1:5500