THIS PROJECT IS IN PROGRESS
# 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
- 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
# go to project root dir
cd example-file-manager
# run build process into single PHP file
sh make.sh
# go to project root dir
cd example-file-manager
# run build process into single PHP file
make.cmd
# 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/