Skip to content

ZENLIX/LaraShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)