Download the PHP package isaacqu/opencart-project-template without Composer
On this page you can find all versions of the php package isaacqu/opencart-project-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download isaacqu/opencart-project-template
More information about isaacqu/opencart-project-template
Files in isaacqu/opencart-project-template
Download isaacqu/opencart-project-template
More information about isaacqu/opencart-project-template
Files in isaacqu/opencart-project-template
Vendor isaacqu
Package opencart-project-template
Short Description Opencart Project Template for Development
License GPL-3.0
Package opencart-project-template
Short Description Opencart Project Template for Development
License GPL-3.0
Please rate this library. Is it a good library?
Informations about the package opencart-project-template
OpenCart Project Template
Getting Started
- Create a new project:
composer create-project beyondit/opencart-project-template ./my/project/folder -s dev - Copy the
.env.samplefile to.envand set the configuration parameters respectively - Run
bin/robo opencart:setupand afterwardsbin/robo opencart:runon command line (bin/robo opencart:run &to run in background) - Open
http://localhost:8000in your browser
Robo Commands
bin/robo opencart:setup: Install OpenCart with configuration set in.envfilebin/robo opencart:run: Run OpenCart on a php build-in web server on port 8000bin/robo project:deploy: Mirror contents of the src folder to the OpenCart test environmentbin/robo project:watch: Redeploy after changes inside the src/ folder or the composer.json filebin/robo project:package: Package abuild.ocmod.zipinside the target/ folder
Writing Tests
- Based on the OpenCart Testing Suite project tests can be written.
- After successful setup and deployment, tests can be executed by running the
bin/phpunitcommand. - Two examples inside the
/testsfolder are given, which can be executed as separat Testsuites bybin/phpunit --testsuite admin-testsorbin/phpunit --testsuite catalog-tests
All versions of opencart-project-template with dependencies
PHP Build Version
Package Version
No informations.
The package isaacqu/opencart-project-template contains the following files
Loading the files please wait ...