Download the PHP package vamshop/vamshop-core without Composer
On this page you can find all versions of the php package vamshop/vamshop-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vamshop/vamshop-core
More information about vamshop/vamshop-core
Files in vamshop/vamshop-core
Download vamshop/vamshop-core
More information about vamshop/vamshop-core
Files in vamshop/vamshop-core
Vendor vamshop
Package vamshop-core
Short Description Vamshop - Open Source CMS built for everyone
License MIT
Homepage http://github.com/vamshop/vamshop-core
Package vamshop-core
Short Description Vamshop - Open Source CMS built for everyone
License MIT
Homepage http://github.com/vamshop/vamshop-core
Please rate this library. Is it a good library?
Informations about the package vamshop-core
VamShop App
Vamshop is a free, open source, content management system for PHP, released under MIT License.
It is powered by CakePHP MVC framework.
Requirements
- Apache with
mod_rewrite
- PHP 5.6 or higher
- MySQL 5.7 or higher
Installation
Installation using composer
The preferred way to install Vamshop is by using composer.
composer create-project vamshop/vamshop-app ./
bin/cake vamshop/install.install -u user -p password -d Mysql -n databasename -h localhost -t 3306 admin password
OR
bin/cake vamshop/install.install
!!!! Empty MySQL database must be created before installation.
VamShop installation from scratch: https://youtu.be/deRTZh8HqT0
If you want hack on vamshop, you can use the --prefer-source
flag, ie:
`composer create-project --prefer-source vamshop/vamshop-app myapp`
Web based installer
- Extract the archive. Upload the content to your server.
- Create a new MySQL database (charset
utf8mb4
withutf8m4_unicode_ci
collation) - Visit http://your-site.com/ from your browser and follow the instructions.
VamShop web based installation: https://youtu.be/pVZXHQpok1g
Manual installation
- Extract the archive. Upload the content to your server.
- Locate your
config
directory, and rename the following files:config/app.default.php
toconfig/app.php
, and edit the details.
- You can access your admin panel at http://your-site.com/admin. The installer should display a page for you to create the administrative user.
Links
- Official website: http://vamshop.com
- Blog: http://blog.vamshop.com
- Downloads: http://downloads.vamshop.com
- Issue Tracker: http://github.com/vamshop/vamshop/issues
- Documentation: http://docs.vamshop.com
- Google Group: http://groups.google.com/group/vamshop
-
IRC Channel: #vamshop on irc.freenode.net
- Gitter:
All versions of vamshop-core with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
cakephp/cakephp Version 3.5
cakephp/migrations Version 1.6
cakephp/acl Version 0.2
cakephp/plugin-installer Version 1.0
admad/cakephp-sequence Version 2.0.2
friendsofcake/crud Version 4.3
friendsofcake/search Version 1.2
friendsofcake/bootstrap-ui Version 0.6
phpunit/phpunit Version 6.1
sinergi/browser-detector Version 6.1
cakephp/cakephp Version 3.5
cakephp/migrations Version 1.6
cakephp/acl Version 0.2
cakephp/plugin-installer Version 1.0
admad/cakephp-sequence Version 2.0.2
friendsofcake/crud Version 4.3
friendsofcake/search Version 1.2
friendsofcake/bootstrap-ui Version 0.6
phpunit/phpunit Version 6.1
sinergi/browser-detector Version 6.1
The package vamshop/vamshop-core contains the following files
Loading the files please wait ....