Coder Social home page Coder Social logo

lavender's Introduction

Lavender

Lavender is an Open Source E-Commerce Framework built on top of Laravel. For more information on Lavender, please see lavender/docs.

License

Lavender is open-sourced software licensed under the MIT license

Support

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

Installation instructions

Run Composer:

composer create-project lavender-commerce/lavender

Set lavender/public as your new web root (example):

ln -s lavender/public public_html

Navigate to the lavender directory:

cd lavender

Set up your connection in the database config file:

config/database.php

Run the lavender installer:

php artisan lavender:install

Publish all package assets (only needed for 3rd party modules):

php artisan asset:publish

Seed catalog sample data! (optional)

php artisan db:seed --class=SampleData

That's it!

Troubleshooting

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!

Contributing

Lavender is in active development and pull requests are much appreciated!

This repository contains the controllers, models, and views that makes Lavender an Ecommerce platform.

To contribute to the Lavender Framework, please see the lavender/framework repository.

lavender's People

Contributors

danslo avatar

Watchers

James Cloos avatar

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.