Code Monkey home page Code Monkey logo

lavender's Introduction

Lavender

Build Status Latest Stable Version Total Downloads License

Lavender is an Open Source E-Commerce Framework built on top of Laravel 5.

Note: Lavender is in active development and NOT ready for production.

Step 1: Install Lavender with Composer.

Avoid installing lavender in your web server's public directory. Instead create a symlink on lavender/public as your public root.

Run composer to create the lavender application:

composer create-project lavender-commerce/lavender

Set up your environment config file:

lavender/.env    

Step 2: Set up Lavender with Artisan.

Create the first round of migrations. This command reads the definitions in config/entity.php and compares it to your database.

php artisan migrate:entity

Run your newly created migration file:

php artisan migrate

Install lavender's dependencies (default store and theme):

php artisan db:seed --class=InstallLavender

Create an admin account:

php artisan make:admin

Step 3: (Optional) Seed catalog sample data!

php artisan db:seed --class=SampleData

That's it!

Troubleshooting

Permission denied on lavender/storage directory?

chmod -R 775 storage

Login not working? Try modifying your sessions config:

config/session.php

Emails not working? Try modifying your email config:

config/mail.php

Something else? Follow the install instructions carefully or submit an new issue!

Support

Come chat with us in #lavender on freenode, or submit an new issue.

License

Lavender is open-sourced software licensed under the MIT license

Roadmap

Version Goals
1.x.x - Developer Beta Current Feature development, ui improvements, documentation.
2.x.x - Preview Coming Q4 2015 Improve extensibility, performance/security audits.
3.x.x - Public Release Coming Q2 2016 Provide documentation for end users, create a marketing site to promote adoption.

What does production-ready Lavender look like? A feature-light but highly extensible ecommerce platform with elegant code structures and detailed documentation.

Contributing

Lavender is in active development and pull requests (on the master branch) are much appreciated!

This repository provides the consumer application which contains the controllers, models, and views (and config, locale, etc) that makes Lavender an ecommerce platform.

The lavender/framework repository contains framework enhancements for Laravel 5, including multiple authentication, a powerful Entity class, layout injection, and easily extensible forms.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.