This simple project is a File Management System. This is a web-based application project developed in PHP, Laravel Framework, and MySQL Database. This project provides an online platform for the user to manage and store their important files or documents. Here, users can upload, download, and organize folder their documents and files. It has a pleasant user interface with the help of Bootstrap Framework and AdminLTE Template. It consists of user-friendly features and functionalities to give the end-users a better experience while using the application.
This File Management System was developed using the following:
This File Management System in the Laravel Framework project can be accessed by anyone who is successfully registered to the system. The new users can create their accounts simply by filling in all the required fields on the registration form. It allows the users to create multiple folders with CRUD (Create, Read, Update, and Delete) Operations. Users can upload any files or documents in each folder created. They can update their password on the system. The system administrator has the privilege to access and manage the list of users and user roles of the system.
The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted.
Requirements
System Installation/Setup
Email: [email protected]
Password: password
That's it. You can now explore the features and functionalities of this File Management System in PHP using Laravel Framework. I hope this will help you with what you are looking for and you'll find something useful for your future projects.
Explore more on this website for more Free Source Codes and Tutorials.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
sir I encountered error:
ErrorException
Attempt to read property "id" on null
C:\xampp\htdocs\laravel-fms\app\Http\Controllers\Admin\DownloadsController.php : 21
$media = Media::where('model_id', $file->id)->first();