mvccore / project-basic-portable
MvcCore - Project - Basic - basic website project, designed for full portable build/pack.
Installs: 28
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=5.4.0
- mvccore/ext-debug-tracy: ^5.0
- mvccore/ext-debug-tracy-mvccore: ^5.0
- mvccore/ext-debug-tracy-routing: ^5.0
- mvccore/ext-view-helper-assets: ^5.0
- mvccore/mvccore: ^5.0
README
- MvcCore basic website project template, a source code for fully portable building/packing.
- With this project source only is not possible to create single file application pack/build. To do so, follow these steps in
mvccore/project-portable
. - Project is configured for packing with Packager in strict package mode but is possible to change it to needs for any mixed mode with hard drive.
- All assets are hardly linked for strict package mode with MvcCore Extension - View Helper Assets.
- Project lists only homepage template content and it tries to list tables from MySQL
mysql
database, withroot
login and empty password credentials by/App/config.ini
if possible.
Instalation
composer create-project mvccore/project-basic-portable