Best laravel framework open-source packages.

Laravel LocalhostFileManager

LocalhostFileManager or LFM is a web application for visualizing files in localhost storage to be accessible on the localhost network.
Updated 3 years ago

Localhost File Manager (LFM)

LFM Is a localhost file manager that I build to manage file on my localhost server. The goals is to easily download or delete files from my localhost server across devices.

Installation

Assuming you already have Laravel and XAMPP for hosting the server, just clone this repository and:

  • Run XAMPP and turn Apache and MySQL services on

  • Changing Directory

    cd Laravel-LocalhostFileManager
    
  • Migrating Required Database

    php artisan migrate
    
  • Running Application

    php artisan serve
    

Preview

This is the preview of my current project, it is not 100% done. At this time, the only thing done is the Landing Page menu. All the backend code is finished.

Landing Page UI - Done

Storage Page - Design

Detail Page - Design

Resources

Localhost File Manager is built using:

  • Laravel as backend
  • Blade from Laravel as frontend
  • MySQL as databaes
  • XAMPP as server