rshop / app
RSHOP skeleton app
v1.9.2
2025-02-14 12:58 UTC
Requires
- cakephp/cakephp: ~3.6
- cakephp/plugin-installer: ~1.0
- josegonzalez/dotenv: 2.*
- mobiledetect/mobiledetectlib: 2.*
- rshop/admin: dev-p-new-cart-decimal as 3.x-dev
- rshop/frontend: dev-p-new-cart-decimal as 3.x-dev
Requires (Dev)
- dev-master
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.1
- v1.8.0
- v1.7.0
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-RSHOP-882
- dev-2025-07-07
- dev-RSHOP-825
This package is auto-updated.
Last update: 2025-07-14 08:26:56 UTC
README
Installation
- composer install
- bin/cake rshop update
- bin/fe i
- bin/cake rshop install symlink
Dummy data
If there is no data available, you can run seed files for dummy data. Use them only in development phase before the project goes to production.
config/seed.php
- DEPRECEATED! - use migrations for that
bin/cake BasicSeed.basic_seed
- for boxes and banner placesconfig/seed_dev.php
bin/cake BasicSeed.basic_seed -d
- for dummy data & box items/subitems
Usefull commands
project migrations
bin/cake migrations create MigrationName
- new migration for projectbin/cake migrations migrate
- run project migrationsbin/cake migrations rollback
- rollback of the last project migrationbin/cake migrations mark_migrated 20240419093004
- mark migration as migratedrshop/admin migrations
bin/cake migrations create MigrationName --plugin=Rshop/Admin
- new migration for rshop/adminbin/cake rshop update migrate
- run rshop/admin migrationsbin/cake rshop update rollback
- rollback of the last rshop/admin migrationbin/cake migrations mark_migrated 20240419093004 -p Rshop/Admin
- mark migration in rshop/admin as migratedcache
bin/cake orm_cache clear
- db cachebin/cake cache clear_all
- clear allbin/cake cache clear cacheName
- clear individual cache_cake_core_
_cake_model_
bin/cake cache list_prefixes
- list all available prefixes