inklabs / kommerce-laravel by pdt256

Zen Kommerce - Sample Laravel Application
1
8
3
Package Data
Maintainer Username: pdt256
Package Create Date: 2016-07-15
Package Last Update: 2019-02-01
Home Page: https://inklabs.github.io/kommerce-laravel/
Language: PHP
License: MIT
Last Refreshed: 2024-04-15 03:01:57
Package Statistics
Total Downloads: 1
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 8
Total Watchers: 3
Total Forks: 4
Total Open Issues: 0

Zen Kommerce - Sample Laravel Application

Build Status License

This is a sample application utilizing Zen Kommerce Core

Docs: Github Pages

Live Demo

  • Admin Login
    • https://kommerce-laravel-demo.jamieisaacs.com/admin/login
    • email: aaron@example.com
    • pw: Test123!
  • Customer Login
    • https://kommerce-laravel-demo.jamieisaacs.com/user/login
    • email: charles@example.com
    • pw: Test123!

Initialize project

composer install
composer create-project
php bin/initialize-test-db.php

Serve

php artisan serve
open http://localhost:8000

Docker

cd Docker/dev
make start

Tests

Acceptance Tests

vendor/bin/codecept run acceptance -c vendor/inklabs/kommerce-templates/codeception.yml

EasyPost

You will need a test API key to get shipping rates. https://www.easypost.com/getting-started

Update .env with your EASYPOST-API-KEY

Contributing

Thank you for considering contributing to the sample Laravel application! The contribution guide can be found in the Core Project.

Working with Base Templates

Prefer source to edit your vendors

rm -rf vendor/inklabs/kommerce-templates
composer update inklabs/kommerce-templates --prefer-source

License

The MIT License (MIT)

Copyright (c) 2016 Jamie Isaacs pdt256@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.