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.phpwith your database information. - Import
data.sqlto database. - Run
composer installin the root directory - Run
php -S 127.0.0.1:8080 -t public - Open in browser http://127.0.0.1:5500