Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JavaScript HTML5 File Management Material Design Folder Explorer Navigator Browser Manager in AngularJS (with FTP in PHP / Java)

License

Notifications You must be signed in to change notification settings

windmac/angular-filemanager

Open more actions menu
 
 

Repository files navigation

Out-of-the-box PHP Local Bridge bundle

This branch is supposed to help people who want something that works out-of-the-box using PHP.

Usage

  1. Download current bundle
  2. Extract archive somewhere where you can run PHP applications like on your hosting or htdocs directory on XAMPP (php-xml extension is required). If you don't have any, don't worry, check FAQ question I don't have any PHP environment, how can I setup one?
  3. Open the directory where you extracted the archive in your browser
  4. Enjoy. It's preconfigured to work with ./files directory at the root of the project

FAQ

I don't have any PHP environment, how can I setup one?

The simplest way is to use PHP's built-in server:

  1. First, you need to have PHP installed, you can do so by following some instructions on the internet, i.e. how to install php on windows
  2. Extract bundle archive anywhere on your disk and navigate to that directory using cli (i.e. cmd.exe on win)
  3. Type in php -S localhost:8888 if you have PHP installed globally or path/to/php -S localhost:8888 if not or path/to/php.exe -S localhost:8888 on win platform
  4. Open URL localhost:8888 in your browser

How can I change directory with files?

By default, ./files dir in the root of the project is used. You can easily change that by editing file bridges/php-local/index.php, line $fileManagerApi = new FileManagerApi(__DIR__ . '/../../files');

Copyright and license

Developed in AngularJS with Material-Design styles by Jonas Sciangula Street. Bundle and php local bridge by Jakub Duras

Code and documentation released under the MIT license.

About

JavaScript HTML5 File Management Material Design Folder Explorer Navigator Browser Manager in AngularJS (with FTP in PHP / Java)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.4%
  • HTML 18.9%
  • PHP 11.7%
  • Python 6.9%
  • Java 6.8%
  • CSS 4.3%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.