gestionnaire de caisse pour faire de la vente sur mobile
Go to file
2018-04-04 16:25:25 +02:00
app update version of sf for blueprint 2018-04-04 16:25:25 +02:00
assets update version of sf for blueprint 2018-04-04 16:25:25 +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 update version of sf for blueprint 2018-04-04 16:25:25 +02:00
templates setup user bundle 2018-03-22 14:50:57 +01: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 update version of sf for blueprint 2018-04-04 16:25:25 +02:00
package.json update version of sf for blueprint 2018-04-04 16:25:25 +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 update version of sf for blueprint 2018-04-04 16:25:25 +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