gestionnaire de caisse pour faire de la vente sur mobile
Go to file
Baptiste Lemoine 3406e0cb00 style table
2019-02-21 16:24:32 +01:00
app [DEV] 🎨 form user style 2019-02-21 16:20:03 +01:00
assets style table 2019-02-21 16:24:32 +01:00
bin update version of sf for blueprint 2018-04-04 16:25:25 +02:00
config update version of sf for blueprint 2018-04-04 16:25:25 +02:00
src responsive style on homepage 2018-08-27 16:16:54 +02:00
tests add debug for record 2018-04-17 12:10:21 +02:00
translations hop 2019-02-21 15:55:28 +01:00
var oauth google 2018-04-25 12:33:58 +02:00
web 📖 add translation key pairs in fr and english 2018-09-20 11:37:29 +02:00
.gitignore [GIT] 🎉 add submodule for frontend with angular CLI 2018-06-27 15:12:02 +02:00
.gitlab-ci.yml hop 2019-02-21 15:55:28 +01:00
.gitmodules [DEV] update submodule script 2018-10-09 16:13:28 +02:00
compile-frontend.sh [DEV] update submodule script 2018-10-09 16:13:28 +02:00
composer.json add sonata admin 2018-08-28 18:43:43 +02:00
composer.lock add sonata admin 2018-08-28 18:43:43 +02:00
composer.phar toggle visibility of categories on dashboard 2018-06-25 14:30:12 +02:00
crowdin.yml expenses prevision page start with example 2018-08-23 12:18:02 +02:00
install.sh scripts up and install 2018-08-29 11:08:05 +02:00
LICENSE [WIP] 🚧 deduplicate products in view 2018-10-02 17:47:19 +02:00
package.json show with canevas some statistics 2018-05-22 16:38:51 +02:00
phpunit.xml.dist add debug for record 2018-04-17 12:10:21 +02:00
README.md Update README.md 2018-09-02 17:14:11 +00:00
update.sh [DEV] update submodule script 2018-10-09 16:13:28 +02:00
webpack.config.js no version in build files 2018-05-08 14:54:53 +02:00
yarn.lock show with canevas some statistics 2018-05-22 16:38:51 +02:00

Blueprint Cipherbliss

A Symfony project created on March 23, 2018, 2:09 pm.

Features: bootstrap, font awesome, user bundle

install dependencies:

bash install.sh

edit parameters.yml to link to your mysql server

update schema with doctrine

php bin/console doctrine:schema:update --dump-sql
php bin/console doctrine:schema:update --force

compile front end assets

yarn run encore dev --watch

access the front with your browser

php bin/console server:run
firefox http://http://127.0.0.1:8000/

enjoy!

www.cipherbliss.com