gestionnaire de caisse pour faire de la vente sur mobile
Go to file
2018-04-05 16:40:40 +02:00
app add to current selling list ok 2018-04-05 16:40:40 +02:00
assets add to current selling list ok 2018-04-05 16:40: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 add to current selling list ok 2018-04-05 16:40:40 +02:00
tests update version of sf for blueprint 2018-04-04 16:25:25 +02:00
translations setup user bundle 2018-03-22 14:50:57 +01:00
var update version of sf for blueprint 2018-04-04 16:25:25 +02:00
web update version of sf for blueprint 2018-04-04 16:25:25 +02:00
.gitignore update version of sf for blueprint 2018-04-04 16:25:25 +02:00
composer.json update version of sf for blueprint 2018-04-04 16:25:25 +02:00
composer.lock update version of sf for blueprint 2018-04-04 16:25:25 +02:00
install.sh assets in install 2018-04-04 16:28:30 +02:00
package.json call to backend and setup angular 2018-04-05 14:21:32 +02:00
phpunit.xml.dist update version of sf for blueprint 2018-04-04 16:25:25 +02:00
README.md update version of sf for blueprint 2018-04-04 16:25:25 +02:00
webpack.config.js update version of sf for blueprint 2018-04-04 16:25:25 +02:00
yarn.lock call to backend and setup angular 2018-04-05 14:21:32 +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