andraskende / cakephp-3-shopping-cart
CakePHP 3 Shopping Cart
Installs: 466
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 4
Forks: 7
Open Issues: 1
Type:project
Requires
- php: >=5.6
- cakephp/cakephp: 3.5.*
- cakephp/migrations: ^1.0
- cakephp/plugin-installer: ^1.0
- josegonzalez/dotenv: 2.*
- mobiledetect/mobiledetectlib: 2.*
Requires (Dev)
- cakephp/bake: ^1.1
- cakephp/cakephp-codesniffer: ^3.0
- cakephp/debug_kit: ^3.2
- psy/psysh: @stable
Suggests
- cakephp/cakephp-codesniffer: Allows to check the code against the coding standards used in CakePHP.
- dereuromark/cakephp-ide-helper: After baking your code, this keeps your annotations in sync with the code evolving from there on for maximum IDE and PHPStan compatibility.
- markstory/asset_compress: An asset compression plugin which provides file concatenation and a flexible filter system for preprocessing and minification.
- phpunit/phpunit: Allows automated tests to be run without system-wide install.
This package is not auto-updated.
Last update: 2023-10-01 00:16:04 UTC
README
Install
composer create-project --prefer-dist -s dev andraskende/cakephp-3-shopping-cart myapp
Create Mysql Database
mysql -u db_username -p db_password db_name < config/schema/shop.sql
Login
/admin
username: admin
password: admin
Dont forget to change passwords, salt