Skip to content

Instantly share code, notes, and snippets.

@skrosoft
Created January 16, 2017 19:29
Show Gist options
  • Save skrosoft/7f04297133cc188db8163f68419c1dbf to your computer and use it in GitHub Desktop.
Save skrosoft/7f04297133cc188db8163f68419c1dbf to your computer and use it in GitHub Desktop.
php app/console doctrine:generate:entities AppBundle
php app/console doctrine:schema:update --force
php app/console cache:clear --env=dev
php app/console doctrine:generate:crud AppBundle:Auto
php app/console doctrine:fixtures:load (cargo data en base de datos - bundle a parte)
npm install uglify-js --prefix app/Resources
npm install uglifycss --prefix app/Resources
php app/console assetic:dump --env=prod --no-debug -v
// crear un nuevo bundle
php app/console generate:bundle
IS_AUTHENTICATED_ANONYMOUSLY
git add --all
git commit -m "text"
git push
git tag v0.6
git push --tags
update https://packagist.org/packages/skrosoft/obs-qtwebkit-cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment