Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

hubertperron/symfony-prototypr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototypr aim to provide a pseudo application frame for the Symfony2 framework.

Installation

Install vendors

$ bin/vendors install

Create the database

The default database name is 'prototypr'.

$ app/console doctrine:database:create

Create the schema

$ app/console doctrine:schema:create --force

Load the fixtures

$ app/console doctrine:fixtures:load

Clear the cache

This will rebuild the routing cache

$ app/console cache:clear

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published