Skip to content

timgurke/schoenesprojekt

 
 

Repository files navigation

Seminar Projekt

Execute permissions on bin/console:

chmod +x bin/console

Datenbank

Datenbank Verbindung (XAMPP):

DATABASE_URL=mysql://root:@127.0.0.1:3306/pokemons

Datenbank erstellen:

bin/console doctrine:database:create

Datenbank Schema erstellen:

bin/console doctrine:schema:update --force

Bootstrap:

http://getbootstrap.com/docs/4.1/getting-started/introduction/

About

Für das Seminar an der Nordakademie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.2%
  • HTML 20.3%
  • JavaScript 3.5%