Skip to content

knpuniversity/doctrine-queries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Pro with Doctrine Queries

Well hi there! This repository holds the code and script for the KnpUniversity lesson called:

Go Pro with Doctrine Queries

Project Setup:

  1. Configure parameters.yml:

Copy app/config/parameters.yml.dist to app/config/parameters.yml and configure any of the database_ options.

  1. Download Composer

  2. Install the vendor libraries

php composer.phar install
  1. Create your database and load some fixtures!
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load
  1. Start the web server:
php app/console server:run
  1. Go to http://localhost:8000 and query for your fortune!

About

SQL, DQL, Query Builders and code for the "Query Like a Pro in Doctrine" series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •