8000 GitHub - thomascys/marvel: A Symfony 3 demo application using ORM, entities, data fixtures and authentication
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 13, 2020. It is now read-only.

thomascys/marvel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony 3 demo application

A Symfony 3 demo application created to get familiar with the Symfony framework.

  • Doctrine ORM Mapping
  • Entities
  • Data fixtures
  • Authentication

Build Status

Requirements

  • PHP 5.5.9 or higher.
  • PDO MySQL.

Getting started

Clone this project.

git clone https://github.com/thomascys/marvel.git
cd marvel

Run composer. When the installer asks you to choose a database name please type marvel.

composer install

Run the following commands to create the database, tables and populate them with data fixtures.

php bin/console doctrine:database:create

php bin/console doctrine:schema:create

php bin/console doctrine:fixtures:load

php bin/console server:run

Login credentials.

  • Username: admin
  • Password: admin

About

A Symfony 3 demo application using ORM, entities, data fixtures and authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0