Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brano-hozza/symshop
Eshop made in symfony
https://github.com/brano-hozza/symshop
symfony twig
Last synced: 5 days ago
JSON representation
Eshop made in symfony
- Host: GitHub
- URL: https://github.com/brano-hozza/symshop
- Owner: brano-hozza
- Created: 2019-11-30T16:46:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:46:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T00:03:51.392Z (7 months ago)
- Topics: symfony, twig
- Language: JavaScript
- Homepage:
- Size: 6.28 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# B-SHOP
## What's B-SHOP?
It's a project with my friend Peter for a competition named SOČ.
It's written using PHP framework **Symfony** and templating framework named **Twig**.Reset/Update of database
php bin/console doctrine:database:drop --force
php bin/console doctrine:database:create
php bin/console doctrine:schema:update --force
php bin/console doctrine:fixtures:load --group=main1 --group=main2 --group=main3 --append
php bin/console doctrine:fixtures:load --group=second --append