gestionnaire de caisse pour faire de la vente sur mobile
Go to file
2018-08-22 16:42:21 +02:00
app add serie festival and expenses models 2018-08-22 16:42:21 +02:00
assets add serie festival and expenses models 2018-08-22 16:42:21 +02:00
bin update version of sf for blueprint 2018-04-04 16:25:25 +02:00
caisse-bliss-frontend@474d8db5d7 [GIT] 🎉 add submodule for frontend with angular CLI 2018-06-27 15:12:02 +02:00
config update version of sf for blueprint 2018-04-04 16:25:25 +02:00
src add serie festival and expenses models 2018-08-22 16:42:21 +02:00
tests add debug for record 2018-04-17 12:10:21 +02:00
translations New translations FOSUserBundle.fr.yml (English) 2018-07-20 14:52:34 +00:00
var oauth google 2018-04-25 12:33:58 +02:00
web toggle visibility of categories on dashboard 2018-06-25 14:30:12 +02:00
.gitignore [GIT] 🎉 add submodule for frontend with angular CLI 2018-06-27 15:12:02 +02:00
.gitmodules [GIT] 🎉 add submodule for frontend with angular CLI 2018-06-27 15:12:02 +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
composer.phar toggle visibility of categories on dashboard 2018-06-25 14:30:12 +02:00
crowdin.yml Merge branch 'master' into 'l10n_master' 2018-07-23 10:12:18 +00: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 toggle visibility of categories on dashboard 2018-06-25 14:30:12 +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