gestionnaire de caisse pour faire de la vente sur mobile
Go to file
2018-06-04 13:11:40 +02:00
app more responsive 2018-06-04 13:11:40 +02:00
assets more responsive 2018-06-04 13:11:40 +02: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 timeout for success and count of objects sold 2018-05-24 16:56:19 +02:00
tests add debug for record 2018-04-17 12:10:21 +02:00
translations correct fosub cycles 2018-05-08 11:27:06 +02:00
var oauth google 2018-04-25 12:33:58 +02:00
web traduction logout 2018-05-22 15:14:02 +02:00
.gitignore remove yarn err log 2018-05-04 20:05:25 +02:00
composer.json oauth google 2018-04-25 12:33:58 +02:00
composer.lock oauth google 2018-04-25 12:33:58 +02:00
install.sh add debug for record 2018-04-17 12:10:21 +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 add debug for record 2018-04-17 12:10:21 +02:00
update.sh add update script 2018-05-09 09:44:19 +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:

composer install && yarn install

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