Coder Social home page Coder Social logo

larashop's Introduction

Larashop

LaraShop

LaraShop is a simple SHOP CMS based on Laravel framework. Temporarily available at russian language, in planned english.

Screenshots

image

image

image

image

image

image

Features

- Shopping cart - Gallery page - Catalogs & Products and their orders - Product comments - Purchase form (ajax) - Admin dashboard - Mailing - Orders statuses and mailing - SEO nice URLs & AUTO-SITEMAP http://[url]/sitemap.xml

Installation

```bash sudo php artisan migrate:install sudo php artisan migrate sudo php artisan db:seed --class=UsersTableSeeder ```

Rename .env.example to .env Go to http://[sitename]/admin

Auth login value
login admin@local
pass 123456

After logIn, you can change mail & pass.

Get delivery cities & units

For SYNC delivery cities & units, try:
  1. Change API nova poshta in settings (web-admin)
  2. Try command
sudo php artisan np:sync

For working mail queue, try next commands:

sudo apt-get install supervisor
sudo nano /etc/supervisor/conf.d/laravel-worker.conf

Edit file and save:

[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /home/forge/app.com/artisan queue:work --sleep=3 --tries=3 --daemon
autostart=true
autorestart=true
user=forge
numprocs=8
sudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl start laravel-worker:*

Notes

This CMS has been written for 2 weeks for training and knowledge in fine php framework Laravel. Thanks Taylor Otwell!

Working projects

- [Buben.Biz.UA](http://buben.biz.ua) - [IT-toys](http://it-toys.com)

Links

- [LaraCasts](http://laracasts.com) - [LaravelDocs](http://laravel.com/docs/5.1/) - [AdminLTE theme](https://almsaeedstudio.com/themes/AdminLTE/index2.html)

larashop's People

Watchers

James Cloos avatar Faizan Qureshi 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.