2017 © Pedro Peláez
 

project symfocommerce

symfony framework based ecommerce project

image

morozovalexander/symfocommerce

symfony framework based ecommerce project

  • Tuesday, January 9, 2018
  • by morozovalexander
  • Repository
  • 7 Watchers
  • 20 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 4 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Symfocommerce

Join the chat at https://gitter.im/morozovalexander/symfocommerce License: MIT, (*1)

Symfony3 Standart Edition based ecommerce project., (*2)

Demo version: http://symfocommerce.webgrowth.xyz, (*3)

  • Products with related categories and manufacturers.
  • Advanced and convenient admin panel
  • Products sorting by name or price
  • Disabling products by set zero quantity
  • Ability to add products to favourites
  • Seo friendly navigation, meta tags and description on each page, routes using slug, not id's, slug generator in admin section
  • Different product measures, e.g. grammes, pieces, oz., ml.
  • Category and manufacturer images
  • Several product images, fancybox, image uploading by dropzone in admin
  • Interactive javascript cart, online cart edition
  • News section, last news displayed on main page
  • Static pages and links to static pages in top menu
  • Slides on top page, slides management in admin section
  • Summernote editor for all descriptions
  • Sitemap autogeneration

Print /admin to access admin section., (*4)

To start use project run next console commands:, (*5)

  • $ composer update
  • $ php bin/console doctrine:database:create
  • $ php bin/console doctrine:migrations:migrate

You can load some test data and admin account (admin/admin) if you want, (*6)

  • $ php bin/console doctrine:fixtures:load

Do not forget to set permissions for var/cache/, var/logs/, var/sessions/, web/media/ to run symfony ;), (*7)

The Versions