mvccore/example-file-manager

MvcCore Example - File Manager.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Language:JavaScript

Type:application

dev-master 2021-04-29 22:41 UTC

This package is auto-updated.

Last update: 2024-03-29 04:26:15 UTC


README

Latest Stable Version License Packager Build PHP Version

THIS PROJECT IS IN PROGRESS

Instalation

# load example
composer create-project mvccore/example-file-manager

# go to project development dir
cd example-file-manager/development

# update dependencies for app development sources
composer update

Build

1. Prepare application

  • go to example-file-manager/development
  • clear everything in ./Var/Tmp/
  • change $app->Run(); to $app->Run(1); in ./index.php
  • visit all aplication routes where are different JS/CSS bundles groups to generate ./Var/Tmp/ content for result app
  • run build process

2. Build

Linux:

# go to project root dir
cd example-file-manager
# run build process into single PHP file
sh make.sh

Windows:

# go to project root dir
cd example-file-manager
# run build process into single PHP file
make.cmd

Browser:

# visit script `make-php.php` in your project root directory:
http://localhost/example-file-manager/make-php.php
# now run your result in:
http://localhost/example-file-manager/release/