Download the PHP package mvccore/example-helloworld-portable without Composer
On this page you can find all versions of the php package mvccore/example-helloworld-portable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mvccore/example-helloworld-portable
More information about mvccore/example-helloworld-portable
Files in mvccore/example-helloworld-portable
Download mvccore/example-helloworld-portable
More information about mvccore/example-helloworld-portable
Files in mvccore/example-helloworld-portable
Vendor mvccore
Package example-helloworld-portable
Short Description MvcCore - Example - Hello World For Portable Packing - basic application packing demonstration.
License BSD-3-Clause
Package example-helloworld-portable
Short Description MvcCore - Example - Hello World For Portable Packing - basic application packing demonstration.
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package example-helloworld-portable
MvcCore - Example - Hello World For Portable Packing
Skeleton for MvcCore Hello World (mvccore/example-helloworld
) example portable packing/building.
Instalation
Packed Result Features
- Result is completely portable -
./example-helloworld-portable/release/index.php
- Result application is currently packed in strict package mode
- All packing configurations are included in
./build/configs
directory - Packed with Packager library (
mvccore/packager
), all packing ways possible:- PHAR file
- standard PHAR package with whole development directory content
- PHP file
- strict package
- everything is contained in result
index.php
- only
.htaccess
orweb.config
are necessary to use mod_rewrite
- everything is contained in result
- preserve package
- result
index.php
file contains PHP files, PHTML templates but no CSS/JS/fonts or images - all wrapped file system functions are looking inside package first, then they try to read data from HDD
- result
- preserve hdd
- result
index.php
file contains PHP files, PHTML templates but no CSS/JS/fonts or images - all wrapped file system functions are looking on HDD first, then they try to read data from package inself
- result
- strict hdd
- result
index.php
file contains only PHP files, but PHTML templates, all CSS/JS/fonts and images are on HDD - no PHP file system function is wrapped
- result
Build
1. Prepare Application
- go to
./my-helloworld-portable/development
- clear everything in
./Var/Tmp/
- uncomment
->SetCompiled(\MvcCore\Application::COMPILED_SFU)
in./index.php
- visit all application routes where are different JS/CSS bundles
groups to generate
./Var/Tmp/
content for result app - run build process
2. Run Build Process
Linux:
Windows:
Browser:
All versions of example-helloworld-portable with dependencies
PHP Build Version
Package Version
The package mvccore/example-helloworld-portable contains the following files
Loading the files please wait ....