Perekodan

Sistem Pendaftaran

Post Top Ad

 


Introduction

This simple project is a File Management System. This is a web-based application project developed in PHPLaravel 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.


Introduction

This simple project is a File Management System. This is a web-based application project developed in PHPLaravel 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.

About the File Management System


This File Management System was developed using the following:
  • XAMPP v3.3.0
  • PHP
  • Laravel 9
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • Ajax
  • jQuery
  • Bootstrap
  • AdminLTE

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.

Features

  • Login and Registration
    • New users can easily create their system accounts on the system. After the successful login, they can simply log in to their system credentials and gain access to the features and functionalities of the system.
  • Folder Management
    • Users can create their own directories or folders. He/She can list only their created folders. This system feature allows the user to Add New FolderEdit FolderDelete Folder, and Delete a Bulk Folder. This feature also contains a trash list which means all the deleted folders will be served as an archive and will be listed on the Trash Folders List. Users can also permanently delete or restore the folder.
  • File Management
    • The users can upload their important documents or file to the system. It allows users to upload the files into a specific folder that the user created. Users can also download, delete, and bulk delete on this feature. It also has a list of trash files list where they can delete permanently or restore to the list.
  • Change Password
  • Roles Management (Admin-Side)
  • User Management (Admin-Side)
  • Logout

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.

System Snapshots of some Features

Login Page

File Management System
Registration PageFile Management System

Home/Dashboard Page

File Management System
Folder List PageFile Management System

File List Page

File Management System

How to Run ??

Requirements

  • Download and Install any local web server such as XAMPP.
  • Download the provided source code zip file. (download button is located below)

System Installation/Setup

  1. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create new database naming fms_db.
  6. Rename the .env.example file into .env.
  7. Configure the .env files variables for the database connection and etc.
  8. Open your command line or terminal and change your current directory to the source code folder path.
  9. Execute the following command in your terminal:
    • php artisan key:generate
    • php artisan migrate --seed
    • php artisan serve
    • Do not close the terminal
  10. Browse the File Management System in Laravel using the link provided in your terminal after serving the project.

Admin Default Access:

Email: admin@admin.com
Password: password

DEMO VIDEO

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.

Enjoy :)

Post Top Ad