gestionnaire de caisse pour faire de la vente sur mobile
Go to file
2018-05-08 09:53:00 +02:00
app try to override oauth 2018-05-08 09:53:00 +02:00
assets resp 2018-05-04 20:04:48 +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 limit crud access 2018-05-04 17:22:49 +02:00
tests add debug for record 2018-04-17 12:10:21 +02:00
translations setup user bundle 2018-03-22 14:50:57 +01:00
var oauth google 2018-04-25 12:33:58 +02:00
web advancing on home style 2018-05-04 14:50:08 +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 fix mapping product sold 2018-04-17 13:53:29 +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
webpack.config.js add debug for record 2018-04-17 12:10:21 +02:00
yarn.lock lots of templates 2018-04-18 14:21:58 +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