GithubHelp home page GithubHelp logo

learning's Introduction

learningApp

A Symfony project created on February 21, 2017, 3:04 pm. Personal leraning Application

PHP Symfony2, Angular,

JavaScripts structures

app/Resources/public/js/
config.js
  • require js libraries, runs bootstrap.js
bootsrap.js
  • bootstrap angular components, runs app.js
app.js
  • define angular components
routes.js
  • define angular routing #to_do
/controller/
/directives/
/filters/
/services/
module.js
  • define angular, run angular module
index.js 
  • define files example: ctrl's

bower install --save sass

gulp sass

composer require symfony/assetic-bundle

Tworzenie bazy php app/console generate:doctrine:entity php bin/console doctrine:database:create

Tworzenie Bundla php bin/console generate:bundle --namespace=App/CreationBundle --bundle-name=AppCreationBundle php bin/console doctrine:generate:entity --entity="AppCourseBundle:Question"

php bin/console generate:doctrine:form AppCourseBundle:Question

Updaty php app/console doctrine:schema:update --force

php app/console assetic:dump --env=dev --no-debug

php app/console assetic:dump --env=prod --no-debug

php app/console assets:install --symlink web

mysqldump -u RemitUser -pmysqlRemitUser! RemitProduction > RemitProduction.sql

mysql -u RemitUser -pmysqlRemitUser! RemitProduction < RemitProduction.sql

php app/console server:run

Code sniffer phpcs --standard=~/Dokumenty/Purinova/ruleset.xml app.company.form.js

Wczytanie bazy danych php app/console doctrine:fixtures:load

tworzenie brancha git checkout -b nazwa_branchu

Przełączenie git checkout nazwa_branchu

git branch

git add "plik do dodania"

git commit -m "komentarz"

git push -u origin nazwa_branchu

git fetch git pull choose_adres#16

learning's People

Contributors

kamilsocha91 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.