gestionnaire de caisse pour faire de la vente sur mobile
Go to file
2018-04-20 09:44:15 +02:00
app fields in listing 2018-04-20 09:44:15 +02:00
assets list stocks 2018-04-20 09:40:17 +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 fields in listing 2018-04-20 09:44:15 +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 traduire boutons crud 2018-04-17 14:30:15 +02:00
web up model import 2018-04-19 11:31:05 +02:00
.gitignore add debug for record 2018-04-17 12:10:21 +02:00
composer.json add debug for record 2018-04-17 12:10:21 +02:00
composer.lock fix mapping product sold 2018-04-17 13:53:29 +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