- User Dashboard
- Drag and Drop
- Multiple Uploads
- Preview
- Share
- Download
- Search
- Grid and List View
- Account Settings
- Light & Dark Mode
- Responsive
- Admin Dashboard
- User Statistics
- Upload Statistics
- User Management
- File Management
- PHP
- Laravel 5.6
- HTML
- CSS
- Bootstrap 4
- Javascript
- jQuery
- PHP >= 7.1.3
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- open Console and run "composer install" and "npm install"
- create a database
- rename .env.example to .env and setup your database
- run "php artisan key:generate" to generate application key
- run "php artisan storage:link" to create a symbolic link
- run "php artisan migrate" to import table
- run "npm run dev" to compile assets
- run "php artisan serve" to start application.